diff --git a/src/views/customer/index.vue b/src/views/customer/index.vue index 29e6a01..95aef26 100644 --- a/src/views/customer/index.vue +++ b/src/views/customer/index.vue @@ -14,16 +14,7 @@ - - - - - + @@ -75,10 +66,17 @@ 筛选 + 清空 + + + 添加客户 + 批量删除 + +
@@ -112,10 +110,12 @@ - - + + @@ -140,7 +140,6 @@ v-for="customer in customerList" :key="customer.id" class="customer-card" - @click="handleViewDetails(customer)" >

{{ customer.customerName }}

@@ -161,11 +160,13 @@
- {{ customer.intendedCarModel || '-' }} + {{ customer.intendedModel || '-' }}
@@ -183,6 +184,58 @@ />
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
- {{ currentCustomer.intendedCarModel || '-' }} + {{ currentCustomer.intendedModel || '-' }}
@@ -246,6 +299,14 @@ + + +
+ + {{ currentCustomer.remark }} +
+
+