From 5516e994d50188d2ac9d6b0d69f4dc5ba28b81e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Tue, 23 Sep 2025 17:36:38 +0800 Subject: [PATCH] =?UTF-8?q?```=20feat(shopDealerApply):=20=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E7=BB=8F=E9=94=80=E5=95=86=E7=94=B3=E8=AF=B7=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=AD=97=E6=AE=B5=E4=B8=8E=E7=8A=B6=E6=80=81=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 `dealerName` 字段用于搜索和展示客户名称 - 将“申请人姓名”搜索项改为“客户名称” - 更新审核状态标签文案:待审核 → 跟进中,已通过 → 已签约,已驳回 → 已取消 - 移除“申请方式”筛选项- 修改“申请时间”为“添加时间”- 表格列结构调整,合并客户信息展示,增加报备人信息- 移除部分操作按钮及导出功能 - 双击行不再触发编辑操作- 启用本地开发环境 API 地址配置``` --- .env.development | 2 +- src/api/shop/shopDealerApply/model/index.ts | 1 + .../sdy/shopDealerApply/components/search.vue | 82 +++-------------- src/views/sdy/shopDealerApply/index.vue | 92 +++++++++---------- 4 files changed, 59 insertions(+), 118 deletions(-) diff --git a/.env.development b/.env.development index b8ccd8b..fbcc74b 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ VITE_APP_NAME=后台管理(开发环境) -#VITE_API_URL=http://127.0.0.1:9200/api +VITE_API_URL=http://127.0.0.1:9200/api #VITE_SERVER_API_URL=http://127.0.0.1:8000/api diff --git a/src/api/shop/shopDealerApply/model/index.ts b/src/api/shop/shopDealerApply/model/index.ts index cbc8b6c..f3ce906 100644 --- a/src/api/shop/shopDealerApply/model/index.ts +++ b/src/api/shop/shopDealerApply/model/index.ts @@ -43,6 +43,7 @@ export interface ShopDealerApplyParam extends PageParam { applyId?: number; userId?: number; realName?: string; + dealerName?: string; mobile?: string; refereeId?: number; applyType?: number; diff --git a/src/views/sdy/shopDealerApply/components/search.vue b/src/views/sdy/shopDealerApply/components/search.vue index 3a97655..58bd4f3 100644 --- a/src/views/sdy/shopDealerApply/components/search.vue +++ b/src/views/sdy/shopDealerApply/components/search.vue @@ -8,10 +8,10 @@ class="search-form" @finish="handleSearch" > - + @@ -26,18 +26,6 @@ /> - - - 需要审核 - 免审核 - - - - 待审核 - 审核通过 - 审核驳回 + 跟进中 + 已签约 + 已取消 - + - - -
- - - - - - - - - - 批量通过 - - - - 导出数据 - - -