From 953b38c28a8f5c43204796cbfb78f08081cecdb7 Mon Sep 17 00:00:00 2001 From: GhubCy <96762949+GhubCy@users.noreply.github.com> Date: Thu, 29 May 2025 00:20:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A4=E8=AF=81=E7=8A=B6=E6=80=81=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/userVerification/index.vue | 279 +++++++++++------- 1 file changed, 175 insertions(+), 104 deletions(-) diff --git a/src/views/business/userVerification/index.vue b/src/views/business/userVerification/index.vue index cabb7ef..03694b3 100644 --- a/src/views/business/userVerification/index.vue +++ b/src/views/business/userVerification/index.vue @@ -26,7 +26,10 @@ /> - {{ $t('common.button.search') }} + {{ + $t('common.button.search') + }} + {{ $t('common.button.reset') }} @@ -40,54 +43,75 @@ size="mini" @click="handleExport" v-hasPermi="['business:userVerification:export']" - >{{ $t('common.button.export') }} + >{{ $t('common.button.export') }} + - - - - - - + + + + + + - + - + - - + + @@ -104,20 +128,22 @@ - + - + - + + v-model="form.birthDate" + type="date" + value-format="yyyy-MM-dd HH:mm:ss" + :placeholder="$t('business.userManager.userVerification.birthDatePlaceholder')"> @@ -165,7 +191,10 @@ @@ -174,87 +203,99 @@ - {{auditForm.userInfoName}} + {{ auditForm.userInfoName }} - {{auditForm.fullName}} + {{ auditForm.fullName }} - {{auditForm.idCardShow}} + {{ auditForm.idCardShow }} - {{auditForm.idCardNumber}} + {{ auditForm.idCardNumber }} - {{auditForm.nationality}} + {{ auditForm.nationality }} - + {{ auditForm.birthDate }} - {{auditForm.idCardFrontImagePath}} + {{ auditForm.idCardFrontImagePath }} - {{auditForm.idCardBackImagePath}} + {{ auditForm.idCardBackImagePath }} - {{auditForm.userWithIdCardImagePath}} + {{ auditForm.userWithIdCardImagePath }} - + - - - {{form.fullName}} - - - {{form.idCard}} - - - {{form.nationality}} - - - - - - {{form.idCardFrontImagePath}} - - - {{form.idCardBackImagePath}} - - - {{form.userWithIdCardImagePath}} - - - {{ $t('business.userManager.userVerification.biometricsUnverified') }} - {{ $t('business.userManager.userVerification.biometricsVerified') }} - - - {{ form.authenticationDate}} - - - + + + {{ form.fullName }} + + + {{ form.idCard }} + + + {{ form.nationality }} + + + {{ form.birthDate }} + + + {{ form.idCardFrontImagePath }} + + + {{ form.idCardBackImagePath }} + + + {{ form.userWithIdCardImagePath }} + + + + {{ $t('business.userManager.userVerification.biometricsUnverified') }} + + + {{ $t('business.userManager.userVerification.biometricsVerified') }} + + + + {{ form.authenticationDate }} + + +