From 7f6a9b71f62a9802fa4e8ec5273a010a06e5996e Mon Sep 17 00:00:00 2001 From: kris Date: Thu, 19 Mar 2026 17:30:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- README.md | 2 +- src/api/modules/customer.ts | 2 +- .../ProTable/components/ColSetting.vue | 4 +- .../customerManage/customerList/index.vue | 45 +++++++++++++++---- 5 files changed, 41 insertions(+), 14 deletions(-) diff --git a/.env b/.env index 168f29e..40565c5 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ # title -VITE_GLOB_APP_TITLE = 云趣科技 +VITE_GLOB_APP_TITLE = CRM # 本地运行端口号 VITE_PORT = 8848 diff --git a/README.md b/README.md index e7b217b..ed74f44 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ Geeker-Admin - 本地开发推荐使用 Chrome 最新版浏览器 [Download](https://www.google.com/intl/zh-CN/chrome/)。 - 生产环境支持现代浏览器,不再支持 IE 浏览器,更多浏览器可以查看 [Can I Use Es Module](https://caniuse.com/?search=ESModule)。 -| ![IE](https://i.imgtg.com/2023/04/11/8z7ot.png) | ![Edge](https://i.imgtg.com/2023/04/11/8zr3p.png) | ![Firefox](https://i.imgtg.com/2023/04/11/8zKiU.png) | ![Chrome](https://i.imgtg.com/2023/04/11/8zNrx.png) | ![Safari](https://i.imgtg.com/2023/04/11/8zeGj.png) | +| ![IE](https://i.imgtg.com/2023/04/11/8z7ot.png) | ![Edge](https://i.imgtg.com/2023/04/11/8zr3p.png) | ![Fiefox]r(https://i.imgtg.com/2023/04/11/8zKiU.png) | ![Chrome](https://i.imgtg.com/2023/04/11/8zNrx.png) | ![Safari](https://i.imgtg.com/2023/04/11/8zeGj.png) | | :---------------------------------------------: | :-----------------------------------------------: | :--------------------------------------------------: | :-------------------------------------------------: | :-------------------------------------------------: | | not support | last 2 versions | last 2 versions | last 2 versions | last 2 versions | diff --git a/src/api/modules/customer.ts b/src/api/modules/customer.ts index 8b37545..e58dcd9 100644 --- a/src/api/modules/customer.ts +++ b/src/api/modules/customer.ts @@ -17,7 +17,7 @@ export interface ResCustomerList { isValid: boolean; contactName: string; nextRemindTime: string; - lastFollowTime: string; + latestFollowTime: string; } // 获取客户列表 diff --git a/src/components/ProTable/components/ColSetting.vue b/src/components/ProTable/components/ColSetting.vue index cd2de4a..148dbb0 100644 --- a/src/components/ProTable/components/ColSetting.vue +++ b/src/components/ProTable/components/ColSetting.vue @@ -7,9 +7,9 @@ - +