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