From dc86715241b498dea5636a699dde65d898cd7e18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Fri, 24 Dec 2021 11:38:05 +0800 Subject: [PATCH] setNavigationBarTitle --- src/apps/AppResidentFile/AppResidentFile.vue | 1 + src/apps/AppResidentFile/GroupList.vue | 4 +- .../AppResidentFile/components/document.vue | 84 ++++----- src/apps/AppResidentFile/components/info.vue | 176 ++++++++++-------- src/apps/AppResidentFile/resident.vue | 4 +- src/apps/AppWalkask/AppWalkask.vue | 1 + src/apps/AppWalkask/add.vue | 3 +- src/apps/AppWalkask/detail.vue | 5 +- src/apps/AppWalkask/walkObject.vue | 3 +- 9 files changed, 150 insertions(+), 131 deletions(-) diff --git a/src/apps/AppResidentFile/AppResidentFile.vue b/src/apps/AppResidentFile/AppResidentFile.vue index 69054198..0ff299dc 100644 --- a/src/apps/AppResidentFile/AppResidentFile.vue +++ b/src/apps/AppResidentFile/AppResidentFile.vue @@ -182,6 +182,7 @@ export default { }, watch: {}, onLoad() { + uni.setNavigationBarTitle({ title: '居民信息管理' }) this.getEchart1() this.areaId = this.user.areaId }, diff --git a/src/apps/AppResidentFile/GroupList.vue b/src/apps/AppResidentFile/GroupList.vue index 249ab253..dd7087eb 100644 --- a/src/apps/AppResidentFile/GroupList.vue +++ b/src/apps/AppResidentFile/GroupList.vue @@ -74,7 +74,6 @@ - @@ -101,6 +100,9 @@ export default { showTagManage: false, } }, + onLoad() { + uni.setNavigationBarTitle({ title: '添加标签' }) + }, computed: { tagsList() { let obj = {} diff --git a/src/apps/AppResidentFile/components/document.vue b/src/apps/AppResidentFile/components/document.vue index acb50061..e3f77921 100644 --- a/src/apps/AppResidentFile/components/document.vue +++ b/src/apps/AppResidentFile/components/document.vue @@ -2,97 +2,97 @@
- +
{{ top.detail.realName || top.detail.name }} - - {{ IDObj.btn }} + + {{ IDObj.btn }}
- {{ $dict.getLabel("sex", resident.sex) || "-" }} + {{ $dict.getLabel('sex', resident.sex) || '-' }} {{ resident.birthDate }} {{ resident.age }} {{ resident.birthplaceAreaName }} - {{ $dict.getLabel("nation", resident.nation) || "-" }} - {{ $dict.getLabel("education", resident.education) || "-" }} - {{ $dict.getLabel("militaryStatus", resident.militaryStatus) || "-" }} - {{ $dict.getLabel("politicsStatus", resident.politicsStatus) || "-" }} - {{ $dict.getLabel("job", resident.job) || "-" }} - {{ $dict.getLabel("faithType", resident.faithType) || "-" }} + {{ $dict.getLabel('nation', resident.nation) || '-' }} + {{ $dict.getLabel('education', resident.education) || '-' }} + {{ $dict.getLabel('militaryStatus', resident.militaryStatus) || '-' }} + {{ $dict.getLabel('politicsStatus', resident.politicsStatus) || '-' }} + {{ $dict.getLabel('job', resident.job) || '-' }} + {{ $dict.getLabel('faithType', resident.faithType) || '-' }}
- + {{ resident.phone }} {{ resident.currentAreaName + resident.currentAddress }}
- - {{ $dict.getLabel("householdName", resident.householdName) || "-" }} - {{ $dict.getLabel("householdRelation", resident.householdRelation) || "-" }} + + {{ $dict.getLabel('householdName', resident.householdName) || '-' }} + {{ $dict.getLabel('householdRelation', resident.householdRelation) || '-' }} {{ resident.householdAreaName + resident.householdAddress }}
- - + +