diff --git a/src/views/crm/customer/detail/CustomerDetails.vue b/src/views/crm/customer/detail/CustomerDetails.vue
index 2e584bd9..67beae94 100644
--- a/src/views/crm/customer/detail/CustomerDetails.vue
+++ b/src/views/crm/customer/detail/CustomerDetails.vue
@@ -1,82 +1,86 @@
-
-
-
- 基本信息
-
-
-
- {{ customer.name }}
-
-
-
-
-
-
-
-
-
-
-
- {{ customer.mobile }}
-
-
- {{ customer.telephone }}
-
-
- {{ customer.email }}
-
-
- {{ customer.qq }}
-
-
- {{ customer.wechat }}
-
-
- {{ customer.website }}
-
-
- {{ customer.areaName }}
-
-
- {{ customer.detailAddress }}
-
-
- {{ customer.contactNextTime ? formatDate(customer.contactNextTime, 'YYYY-MM-DD') : '空' }}
-
-
- {{ customer.contactLastTime ? formatDate(customer.contactLastTime) : '空' }}
-
-
-
-
- {{ customer.description }}
-
-
- {{ customer.remark }}
-
-
-
-
-
- 系统信息
-
-
-
- {{ customer.ownerUserName }}
-
-
- {{ customer.creatorName }}
-
-
- {{ customer.createTime ? formatDate(customer.createTime) : '空' }}
-
-
- {{ customer.updateTime ? formatDate(customer.updateTime) : '空' }}
-
-
-
-
+
+
+
+
+ 基本信息
+
+
+
+ {{ customer.name }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ customer.mobile }}
+
+
+ {{ customer.telephone }}
+
+
+ {{ customer.email }}
+
+
+ {{ customer.qq }}
+
+
+ {{ customer.wechat }}
+
+
+ {{ customer.website }}
+
+
+ {{ customer.areaName }}
+
+
+ {{ customer.detailAddress }}
+
+
+ {{
+ customer.contactNextTime ? formatDate(customer.contactNextTime, 'YYYY-MM-DD') : '空'
+ }}
+
+
+ {{ customer.contactLastTime ? formatDate(customer.contactLastTime) : '空' }}
+
+
+
+
+ {{ customer.description }}
+
+
+ {{ customer.remark }}
+
+
+
+
+
+ 系统信息
+
+
+
+ {{ customer.ownerUserName }}
+
+
+ {{ customer.creatorName }}
+
+
+ {{ customer.createTime ? formatDate(customer.createTime) : '空' }}
+
+
+ {{ customer.updateTime ? formatDate(customer.updateTime) : '空' }}
+
+
+
+
+