From 1a3c014c8374bb86a3c5faf550abed200e67f436 Mon Sep 17 00:00:00 2001 From: wangzhuo Date: Wed, 17 Sep 2025 21:47:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=BB=E5=BD=92=E5=B1=9E=E4=BA=BA?= =?UTF-8?q?=E5=8F=98=E6=9B=B4=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mainOwner/audit/mainOwnerChangeAudit.vue | 49 +++------- .../CRM/mainOwner/view/viewMainOwner.vue | 93 +++++++------------ 2 files changed, 46 insertions(+), 96 deletions(-) diff --git a/src/pages/business/CRM/mainOwner/audit/mainOwnerChangeAudit.vue b/src/pages/business/CRM/mainOwner/audit/mainOwnerChangeAudit.vue index 5ce10c6..8e37c43 100644 --- a/src/pages/business/CRM/mainOwner/audit/mainOwnerChangeAudit.vue +++ b/src/pages/business/CRM/mainOwner/audit/mainOwnerChangeAudit.vue @@ -16,13 +16,12 @@ - - - - - - - + + + + + + {{ item.cusName }} - {{ item.auditStatus ? item.auditStatus : '待审核' }} + {{ item.auditStatus ? item.auditStatus : '待您审核' }} @@ -100,7 +99,8 @@ const mescrollRef = ref(null); let timerId = null; // 查询搜索跳转 let handleSearch = () => { - // 防抖搜索 console.log(searchValue.value) + // 防抖搜索 + console.log(searchValue.value) if (timerId) clearTimeout(timerId); timerId = setTimeout(async () => { @@ -236,29 +236,6 @@ let handleDetail = (item) => { /* #endif */ } -.search { - display: flex; -} - -.search .btn-search { - border: none; - background: none; - line-height: normal; - color: #fff; - line-height: 56rpx !important; - padding: 10rpx 0 0; - text-align: left; - cursor: pointer; -} - -.search .btn-search::after { - display: none; -} - -.search .custom-search { - width: 80%; - -} .scroll-h{ /* #ifdef APP-PLUS */ top: 160rpx; @@ -270,10 +247,6 @@ let handleDetail = (item) => { /* #endif */ } -.search .custom-search.uni-searchbar { - padding-right: 0 !important; -} - .white-bg { padding-bottom: 10rpx; @@ -282,11 +255,11 @@ let handleDetail = (item) => { } } -.no-wrap{ +.no-wrap { white-space: nowrap; } -.btn-blue{ +.btn-blue { border-radius: 10rpx; } \ No newline at end of file diff --git a/src/pages/business/CRM/mainOwner/view/viewMainOwner.vue b/src/pages/business/CRM/mainOwner/view/viewMainOwner.vue index 31e7bc4..05b7093 100644 --- a/src/pages/business/CRM/mainOwner/view/viewMainOwner.vue +++ b/src/pages/business/CRM/mainOwner/view/viewMainOwner.vue @@ -1,19 +1,17 @@ +