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