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 @@ +