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 },
],
};
},