diff --git a/src/views/customer/index.vue b/src/views/customer/index.vue index 7ed0bd1..209b128 100644 --- a/src/views/customer/index.vue +++ b/src/views/customer/index.vue @@ -199,10 +199,10 @@ - + @@ -230,7 +230,12 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + {{ currentCustomer.gender || '-' }} +
+
+ +
+ + {{ currentCustomer.age != null && currentCustomer.age !== '' ? currentCustomer.age : '-' }} +
+
+
+ + +
+ + {{ currentCustomer.frontPhotoUrl }} +
+
+
+ + +
+ + {{ currentCustomer.sidePhotoUrl }} +
+
+
+ + +
+ + {{ currentCustomer.lifePhotoUrl }} +
+
+
@@ -473,6 +543,11 @@ export default { salesId: '', intendedModel: '', detailedAddress: '', + gender: '', + age: undefined, + frontPhotoUrl: '', + sidePhotoUrl: '', + lifePhotoUrl: '', remark: '' }, customerRules: { @@ -697,6 +772,11 @@ export default { salesId: '', intendedModel: '', detailedAddress: '', + gender: '', + age: undefined, + frontPhotoUrl: '', + sidePhotoUrl: '', + lifePhotoUrl: '', remark: '' } this.dialogVisible = true