From cceb98c5b4526a7a0d9daaf4cb517de5e0f6a083 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 7 Feb 2022 09:37:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E7=94=A8=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sass/AppSpecialPeople/add.vue | 256 ++++++++++++++++-------------- 1 file changed, 137 insertions(+), 119 deletions(-) diff --git a/src/sass/AppSpecialPeople/add.vue b/src/sass/AppSpecialPeople/add.vue index 292e7925..01fdd198 100644 --- a/src/sass/AppSpecialPeople/add.vue +++ b/src/sass/AppSpecialPeople/add.vue @@ -4,7 +4,10 @@
*类型
- {{ $dict.getLabel('appSpecialTypeFive', form.userType) || '请选择'}} + {{ + $dict.getLabel('appSpecialTypeFive', form.userType) || '请选择' + }}
@@ -12,32 +15,39 @@ *姓名
- +
*身份证号
- +
*性别
- +
*出生日期
- +
*联系电话
- +
@@ -53,37 +63,46 @@
*详细地址
- +
*所属网格
- +
- {{item.label}} + {{ item.label }}
- +
- {{item.label}} + {{ item.label }}
- {{ $dict.getLabel(item.dict, form[item.formDbName]) || '请选择'}} + {{ + $dict.getLabel(item.dict, form[item.formDbName]) || '请选择' + }}
- {{item.label}} + {{ item.label }}
- {{ $dateFormat(form[item.formDbName],'YYYY-MM-DD') || '请选择' }} + {{ + $dateFormat(form[item.formDbName], 'YYYY-MM-DD') || '请选择' + }}
@@ -95,20 +114,20 @@
保存
- 请选择 - - + 请选择 + + +