From bf1d09a2ff806990bfab4247d3751b78e2620539 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Fri, 21 Nov 2025 16:29:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E6=90=9C=E7=B4=A2=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/customer/CustomerManagement.vue | 8 +- pages.json | 6 + pages/customer/search/index.vue | 534 +++++++++++++++++++++ 3 files changed, 547 insertions(+), 1 deletion(-) create mode 100644 pages/customer/search/index.vue diff --git a/components/customer/CustomerManagement.vue b/components/customer/CustomerManagement.vue index b283798..20596a2 100644 --- a/components/customer/CustomerManagement.vue +++ b/components/customer/CustomerManagement.vue @@ -2,7 +2,7 @@ - 搜索 + 🔍 私有 @@ -340,6 +340,12 @@ const toggleFilter = (filterKey) => { } }; +const goToCustomerSearch = () => { + uni.navigateTo({ + url: '/pages/customer/search/index' + }); +}; + const handleSelectAll = () => { if (selectedFilters.value.length === 0) return; selectedFilters.value = []; diff --git a/pages.json b/pages.json index 4139ac0..c6385cc 100644 --- a/pages.json +++ b/pages.json @@ -117,6 +117,12 @@ "navigationStyle": "custom" } }, + { + "path": "pages/customer/search/index", + "style": { + "navigationBarTitleText": "客户搜索" + } + }, { "path": "pages/customer/follow/add/index", "style": { diff --git a/pages/customer/search/index.vue b/pages/customer/search/index.vue new file mode 100644 index 0000000..7302709 --- /dev/null +++ b/pages/customer/search/index.vue @@ -0,0 +1,534 @@ + + + + + +