diff --git a/src/apps/AppGridManagement/Statistics.vue b/src/apps/AppGridManagement/Statistics.vue
index fe32e4de..4aa3df01 100644
--- a/src/apps/AppGridManagement/Statistics.vue
+++ b/src/apps/AppGridManagement/Statistics.vue
@@ -15,14 +15,14 @@
- {{ peopleList['网格长']}}
+ {{ peopleList['网格长'] }}
0
网格长
- {{ peopleList['网格员']}}
- 0
+ {{ peopleList['网格员'] }}
+ 0
网格员
@@ -77,15 +77,17 @@ export default {
girdUser: [],
peopleList: {},
girdMsgList: {},
- checkType: ''
+ checkType: '',
}
},
computed: {},
watch: {},
onLoad() {},
mounted() {
- this.$dict.load('girdType', 'girdLevel').then(() => {})
- this.isGirdUser()
+ this.$dict.load('girdType', 'girdLevel').then(() => {
+ this.isGirdUser()
+ })
+
uni.$on('goback', (res) => {
this.girdMsgList = res
this.getList()
@@ -117,8 +119,8 @@ export default {
})
},
linkTo(url) {
- uni.navigateTo({url})
- }
+ uni.navigateTo({ url })
+ },
},
}
diff --git a/src/apps/AppResidentDocument/AppResidentDocument.vue b/src/apps/AppResidentDocument/AppResidentDocument.vue
index eccba2e2..bcde1ca2 100644
--- a/src/apps/AppResidentDocument/AppResidentDocument.vue
+++ b/src/apps/AppResidentDocument/AppResidentDocument.vue
@@ -20,7 +20,7 @@
-
+
![]()
@@ -38,7 +38,7 @@
-
+
@@ -66,7 +66,7 @@ export default {
],
currentTabs: 0,
areaId: '',
- areaName: ''
+ areaName: '',
}
},
computed: {
@@ -153,11 +153,13 @@ export default {
height: 16px;
background: #f5f5f5;
}
+
.seachObjs {
border-bottom: 2px solid #f5f5f5;
border-top: 2px solid #f5f5f5;
padding: 20px 32px;
}
+
::v-deep .u-form {
width: 100%;
.areaIds {
@@ -186,7 +188,8 @@ export default {
}
}
}
- .datas {
+
+ .dataes {
.datass {
display: flex;
padding: 24px 32px;
@@ -215,5 +218,10 @@ export default {
}
}
}
+
+ .emptyWrap {
+ background: #f5f5f5;
+ margin: 0;
+ }
}