From 836974fc31f0e1f54bbb33103d51211a5b8fe507 Mon Sep 17 00:00:00 2001 From: "zhonghua.li" Date: Sat, 2 May 2026 18:27:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E5=AE=A2=E6=88=B7=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=80=A7=E5=88=AB=E5=92=8C=E5=B9=B4=E9=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/customer/index.vue | 86 ++++++++++++++++++++++++++++++++++-- 1 file changed, 83 insertions(+), 3 deletions(-) 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