diff --git a/src/views/crm/customer/detail/CustomerDetails.vue b/src/views/crm/customer/detail/CustomerDetails.vue index 1065b22c..2e584bd9 100644 --- a/src/views/crm/customer/detail/CustomerDetails.vue +++ b/src/views/crm/customer/detail/CustomerDetails.vue @@ -44,6 +44,9 @@ {{ customer.contactNextTime ? formatDate(customer.contactNextTime, 'YYYY-MM-DD') : '空' }} + + {{ customer.contactLastTime ? formatDate(customer.contactLastTime) : '空' }} + @@ -71,10 +74,6 @@ {{ 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 1caeadef..f250bc28 100644 --- a/src/views/crm/customer/detail/index.vue +++ b/src/views/crm/customer/detail/index.vue @@ -63,8 +63,7 @@ - - +