From 85df91ddabc26532ab845e1cff0977b45a88ef95 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 4 Nov 2023 10:12:40 +0800 Subject: [PATCH] =?UTF-8?q?code=20review=EF=BC=9A=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit a9faeb1bdb58334b7446b776dcfba79e7ea75a8c) --- src/views/crm/customer/detail/CustomerBasicInfo.vue | 4 +--- src/views/crm/customer/detail/CustomerDetails.vue | 3 ++- src/views/crm/customer/detail/index.vue | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/views/crm/customer/detail/CustomerBasicInfo.vue b/src/views/crm/customer/detail/CustomerBasicInfo.vue index 0329db8f..86f9c9d7 100644 --- a/src/views/crm/customer/detail/CustomerBasicInfo.vue +++ b/src/views/crm/customer/detail/CustomerBasicInfo.vue @@ -1,13 +1,12 @@ - diff --git a/src/views/crm/customer/detail/CustomerDetails.vue b/src/views/crm/customer/detail/CustomerDetails.vue index f6215224..1065b22c 100644 --- a/src/views/crm/customer/detail/CustomerDetails.vue +++ b/src/views/crm/customer/detail/CustomerDetails.vue @@ -4,7 +4,7 @@ - + {{ customer.name }} @@ -71,6 +71,7 @@ {{ customer.updateTime ? formatDate(customer.updateTime) : '空' }} + {{ customer.contactLastTime ? formatDate(customer.contactLastTime) : '空' }} diff --git a/src/views/crm/customer/detail/index.vue b/src/views/crm/customer/detail/index.vue index e5c8ef43..1caeadef 100644 --- a/src/views/crm/customer/detail/index.vue +++ b/src/views/crm/customer/detail/index.vue @@ -63,9 +63,11 @@ + + 活动 @@ -150,5 +152,3 @@ onMounted(() => { getCustomerData(id) }) - -