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 @@
- 客户
{{ customer.name }}
-
+
-
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)
})
-
-