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 @@
   
     
       
-      
{{ $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 }}