From ff22be10ea92e53936f126b59c2aaa312e4e0ab4 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 16 Jun 2022 17:11:24 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../police/AppPeopleList/DetailPeople.vue | 31 ++++++++++--------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/src/project/police/AppPeopleList/DetailPeople.vue b/src/project/police/AppPeopleList/DetailPeople.vue index 61581191..33aee945 100644 --- a/src/project/police/AppPeopleList/DetailPeople.vue +++ b/src/project/police/AppPeopleList/DetailPeople.vue @@ -10,10 +10,6 @@
{{ data.resident && data.resident.name }} 已注销 - 户主 - - {{ $dict.getLabel('householdRelation', data.resident && data.resident.householdRelation) }} -
{{ data.resident.phone }}
@@ -50,7 +46,22 @@
身份证号 - {{ data.resident && data.resident.idNumber.replace(/^(\w{6})\w{8}(.*)$/, '$1********$2') }} + {{ data.resident.idNumber}} +
+ +
+ 性别 + {{ $dict.getLabel('sex', data.resident.sex) }} +
+ +
+ 出生日期 + {{ data.resident.birthDate }} +
+ +
+ 年龄 + {{ data.resident.age }}
@@ -111,16 +122,6 @@ {{ data.resident.currentAddressGroup }}组{{ data.resident.currentAddressNo }}户
-
- 户籍地址 - {{ data.resident.householdAreaName }} -
- -
- 户籍详细地址 - {{ data.resident.householdAddress }} -
-
处理结果 {{ data.resident.auditStatus == 1 ? '通过' : '不通过' }} From a3c5176c0a263a648be3067ac804b8531cd7b4e7 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 16 Jun 2022 17:14:08 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../police/AppPeopleList/DetailPeople.vue | 21 +------------------ 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/src/project/police/AppPeopleList/DetailPeople.vue b/src/project/police/AppPeopleList/DetailPeople.vue index 33aee945..b02b64c1 100644 --- a/src/project/police/AppPeopleList/DetailPeople.vue +++ b/src/project/police/AppPeopleList/DetailPeople.vue @@ -11,28 +11,11 @@
{{ data.resident && data.resident.name }} 已注销
-
{{ data.resident.phone }}
- -
-
-
- - -
-
- - -
- -

{{item.name}}

-

{{item.applicationName}}

-
-
@@ -168,8 +151,6 @@ export default { tabIndex: 0, } }, - computed: {}, - watch: {}, onLoad(o) { this.id = o.id this.type = o.type @@ -181,7 +162,7 @@ export default { }) }, onShow() { - document.title = '家庭成员信息' + document.title = '居民详情' }, methods: { getDetail() {