From 443f65b5dce5d8bc55b30827f26f03dda06caa92 Mon Sep 17 00:00:00 2001 From: wanwan <913752709@qq.com> Date: Sun, 26 Nov 2023 12:02:08 +0000 Subject: [PATCH] =?UTF-8?q?!334=20feat:=20=E5=AE=A2=E6=88=B7=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=20review=20=E4=BF=AE=E6=94=B9=20*=20feat:=20=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E9=85=8D=E7=BD=AE=20review=20=E4=BF=AE=E6=94=B9=20*?= =?UTF-8?q?=20feat:=20=E5=AE=A2=E6=88=B7=E9=85=8D=E7=BD=AE=20review=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=20*=20feat:=20=E5=AE=A2=E6=88=B7=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=20review=20=E4=BF=AE=E6=94=B9=20*=20feat:=20=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E9=85=8D=E7=BD=AE=20review=20=E4=BF=AE=E6=94=B9=20*?= =?UTF-8?q?=20feat:=20=E5=AE=A2=E6=88=B7=E9=85=8D=E7=BD=AE=20review=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=20*=20feat:=20=E5=AE=A2=E6=88=B7=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=20review=20=E4=BF=AE=E6=94=B9=20*=20feat:=20=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E9=85=8D=E7=BD=AE=20review=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../customerLimitConfig.ts | 4 + .../customer/detail/CustomerDetailsTop.vue | 85 +++++++++++++++++++ 2 files changed, 89 insertions(+) create mode 100644 src/views/crm/config/customerLimitConfig/customerLimitConfig.ts create mode 100644 src/views/crm/customer/detail/CustomerDetailsTop.vue diff --git a/src/views/crm/config/customerLimitConfig/customerLimitConfig.ts b/src/views/crm/config/customerLimitConfig/customerLimitConfig.ts new file mode 100644 index 00000000..7584849a --- /dev/null +++ b/src/views/crm/config/customerLimitConfig/customerLimitConfig.ts @@ -0,0 +1,4 @@ +// TODO 可以挪到它对应的 api.ts 文件里哈 +/** + * 客户限制配置类型 + */ diff --git a/src/views/crm/customer/detail/CustomerDetailsTop.vue b/src/views/crm/customer/detail/CustomerDetailsTop.vue new file mode 100644 index 00000000..509d0a27 --- /dev/null +++ b/src/views/crm/customer/detail/CustomerDetailsTop.vue @@ -0,0 +1,85 @@ + +