From e45dd094647b347a7ef8f078a75165a40f4052cb Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sun, 26 Nov 2023 20:18:33 +0800 Subject: [PATCH] =?UTF-8?q?crm=EF=BC=9Acode=20review=20=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 24773a6eaae8bcd91c83de5c1753c26b20725f27) --- src/views/crm/clue/ClueForm.vue | 1 + .../customerLimitConfig.ts | 4 - .../customer/detail/CustomerDetailsTop.vue | 85 ------------------- src/views/crm/customer/detail/index.vue | 4 +- 4 files changed, 3 insertions(+), 91 deletions(-) delete mode 100644 src/views/crm/config/customerLimitConfig/customerLimitConfig.ts delete mode 100644 src/views/crm/customer/detail/CustomerDetailsTop.vue diff --git a/src/views/crm/clue/ClueForm.vue b/src/views/crm/clue/ClueForm.vue index f0cfcab6..1b2637c9 100644 --- a/src/views/crm/clue/ClueForm.vue +++ b/src/views/crm/clue/ClueForm.vue @@ -10,6 +10,7 @@ + -
-
-
- - -
-
- - - 编辑 - - 更改成交状态 -
-
- - - - 创建任务 - - - - 发送邮件 - - - - 创建联系人 - - - - 创建商机 - - - - 创建合同 - - - - 创建回款 - - - - 添加团队成员 - - -
- - - - - - - {{ customer.dealStatus ? '已成交' : '未成交' }} - - - {{ customer.ownerUserName }} - - - - - - {{ customer.mobile }} - - - - - - - - diff --git a/src/views/crm/customer/detail/index.vue b/src/views/crm/customer/detail/index.vue index 59b18c5b..e6c9e9a9 100644 --- a/src/views/crm/customer/detail/index.vue +++ b/src/views/crm/customer/detail/index.vue @@ -1,5 +1,5 @@