diff --git a/components/CustomerManagement.vue b/components/CustomerManagement.vue index e3aff48..eb632d6 100644 --- a/components/CustomerManagement.vue +++ b/components/CustomerManagement.vue @@ -62,7 +62,7 @@ - + 备注: {{ customer.remark || '--' }} - - 微信号: - {{ customer.wechat || '--' }} - + + + + - + 手机号: {{ customer.mobile || '--' }} @@ -96,10 +96,10 @@ - - 最后跟进: - {{ formatDateTime(customer.lastFollowTime) }} - + + + + @@ -108,7 +108,7 @@ - + 跟进人: {{ customer.followName || '--' }} @@ -125,7 +125,7 @@ 任务 - + 📞 电话 @@ -728,9 +728,7 @@ defineExpose({ flex: 1; word-break: break-all; - &.follow-content { - color: #606266; - } + } /* 操作按钮 */ diff --git a/components/customer/CustomerSummaryBrief.vue b/components/customer/CustomerSummaryBrief.vue index cd572ad..05288ae 100644 --- a/components/customer/CustomerSummaryBrief.vue +++ b/components/customer/CustomerSummaryBrief.vue @@ -1,21 +1,17 @@