From 23e216cf8a6fbd9435e1fc288bd4d905b7f83460 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, 14 Jan 2022 14:35:17 +0800
Subject: [PATCH] bug
---
src/apps/AppGridManagement/Statistics.vue | 18 ++++++++++--------
.../AppResidentDocument.vue | 16 ++++++++++++----
2 files changed, 22 insertions(+), 12 deletions(-)
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;
+ }
}