From c339455817d31d521c011382df62d83db525b302 Mon Sep 17 00:00:00 2001 From: TimSpan Date: Mon, 2 Dec 2024 10:55:07 +0800 Subject: [PATCH] Update securityUserForm.vue --- .../securityUserForm/securityUserForm.vue | 251 ++++++++++-------- 1 file changed, 139 insertions(+), 112 deletions(-) diff --git a/collect_information/src/subPages/projectManager/securityUserForm/securityUserForm.vue b/collect_information/src/subPages/projectManager/securityUserForm/securityUserForm.vue index 1b25b1b..3c9fe8e 100644 --- a/collect_information/src/subPages/projectManager/securityUserForm/securityUserForm.vue +++ b/collect_information/src/subPages/projectManager/securityUserForm/securityUserForm.vue @@ -3,54 +3,50 @@ - - + + - - - 查询 + + + 查询 - + - {{ item.label }} - + {{ item.label }} - {{ - formData.dateOfBirth ? dayjs(formData.dateOfBirth).format('YYYY-MM-DD') : '请选择出生年月' - }} + {{ formData.dateOfBirth ? dayjs(formData.dateOfBirth).format('YYYY-MM-DD') : '请选择出生年月' }} - + - + - + - + - + - + - + @@ -61,8 +57,8 @@ @@ -72,30 +68,29 @@ 姓名:{{ securityNumberByIdCard?.name ? securityNumberByIdCard?.name : '无' }} 保安证件号:{{ securityNumberByIdCard?.bayzh ? securityNumberByIdCard?.bayzh : '无' }} - 身份证:{{ securityNumberByIdCard?.sfzhm ? securityNumberByIdCard?.sfzhm : "无" }} + 身份证:{{ securityNumberByIdCard?.sfzhm ? securityNumberByIdCard?.sfzhm : '无' }}