From 05519a08e374b09423832ab5be19b26a044daa4f Mon Sep 17 00:00:00 2001
From: wuyibo <771227828@qq.com>
Date: Fri, 12 May 2023 15:55:27 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=88=97=E6=98=BE=E7=A4=BA?=
=?UTF-8?q?=E5=92=8C=E9=9A=90=E8=97=8F=E7=9A=84=E6=95=B0=E6=8D=AE=E5=AD=98?=
=?UTF-8?q?=E5=82=A8=E5=88=B0=E6=B5=8F=E8=A7=88=E5=99=A8=E6=9C=AC=E5=9C=B0?=
=?UTF-8?q?=E7=BC=93=E5=AD=98=E4=B8=AD1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ruoyi-ui/src/views/system/customer/index.vue | 19 ++++++++++++-------
1 file changed, 12 insertions(+), 7 deletions(-)
diff --git a/ruoyi-ui/src/views/system/customer/index.vue b/ruoyi-ui/src/views/system/customer/index.vue
index e275dc3c..e4758d51 100644
--- a/ruoyi-ui/src/views/system/customer/index.vue
+++ b/ruoyi-ui/src/views/system/customer/index.vue
@@ -189,13 +189,13 @@
{{ parseTime(scope.row.preToStoreDate, '{y}-{m}-{d}') }}
-
-
-
-
-
+
+
+
+
+
-
+
@@ -581,7 +581,7 @@ export default {
{ key: 19, label: `备注`, visible: true },
{ key: 20, label: `微信号`, visible: true },
{ key: 21, label: `购车类型`, visible: true },
- { key: 22, label: `置换/保有车型`, visible: true },
+ { key: 22, label: `已有车辆`, visible: true },
{ key: 23, label: `是否评估`, visible: true },
{ key: 24, label: `意向车型`, visible: true },
{ key: 25, label: `对比车型`, visible: true },
@@ -593,6 +593,11 @@ export default {
{ key: 31, label: `最后到店`, visible: true },
{ key: 32, label: `4S店`, visible: true },
{ key: 33, label: `下单日期`, visible: true },
+ { key: 34, label: `跟进次数`, visible: true },
+ { key: 35, label: `最新跟进日`, visible: true },
+ { key: 36, label: `最新跟进级别`, visible: true },
+ { key: 37, label: `建议下次跟进日`, visible: true },
+ { key: 38, label: `跟进超期`, visible: true },
],
};
},