@@ -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() {