From a3c5176c0a263a648be3067ac804b8531cd7b4e7 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 16 Jun 2022 17:14:08 +0800 Subject: [PATCH] =?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() {