diff --git a/src/project/police/AppPeopleList/DetailPeople.vue b/src/project/police/AppPeopleList/DetailPeople.vue index 61581191..b02b64c1 100644 --- a/src/project/police/AppPeopleList/DetailPeople.vue +++ b/src/project/police/AppPeopleList/DetailPeople.vue @@ -10,33 +10,12 @@
{{ data.resident && data.resident.name }} 已注销 - 户主 - - {{ $dict.getLabel('householdRelation', data.resident && data.resident.householdRelation) }} -
-
{{ data.resident.phone }}
- -
-
-
- - -
-
- - -
- -

{{item.name}}

-

{{item.applicationName}}

-
-
@@ -50,7 +29,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 +105,6 @@ {{ data.resident.currentAddressGroup }}组{{ data.resident.currentAddressNo }}户
-
- 户籍地址 - {{ data.resident.householdAreaName }} -
- -
- 户籍详细地址 - {{ data.resident.householdAddress }} -
-
处理结果 {{ data.resident.auditStatus == 1 ? '通过' : '不通过' }} @@ -167,8 +151,6 @@ export default { tabIndex: 0, } }, - computed: {}, - watch: {}, onLoad(o) { this.id = o.id this.type = o.type @@ -180,7 +162,7 @@ export default { }) }, onShow() { - document.title = '家庭成员信息' + document.title = '居民详情' }, methods: { getDetail() {