diff --git a/src/apps/AppEpidemicSituation/Health.vue b/src/apps/AppEpidemicSituation/Health.vue
index dc0431de..5ceb6968 100644
--- a/src/apps/AppEpidemicSituation/Health.vue
+++ b/src/apps/AppEpidemicSituation/Health.vue
@@ -323,6 +323,11 @@ export default {
}
}
}
+
+ .emptyWrap {
+ margin-top: 0;
+ background: #f5f5f5;
+ }
}
}
diff --git a/src/apps/AppGridManagement/AddFamily.vue b/src/apps/AppGridManagement/AddFamily.vue
index 2e217315..9d9af419 100644
--- a/src/apps/AppGridManagement/AddFamily.vue
+++ b/src/apps/AppGridManagement/AddFamily.vue
@@ -1,30 +1,228 @@
-
+
+
+
+ -
+
+
+

+

+
+
+
+

+
+
+
+ {{item.name}}
+ {{item.phone}}
+
+
{{item.idNumber}}
+
{{item.householdAddress}}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/apps/AppGridManagement/AddGird.vue b/src/apps/AppGridManagement/AddGird.vue
index 805a4c5d..3f326322 100644
--- a/src/apps/AppGridManagement/AddGird.vue
+++ b/src/apps/AppGridManagement/AddGird.vue
@@ -14,7 +14,7 @@
@@ -24,7 +24,7 @@
{{item.name}}
{{item.checkType == 2 ? '网格长' : '网格员'}}
- 责任家庭 >
+ 责任家庭 >
{{item.girdName}}
diff --git a/src/apps/AppGridManagement/SetGird.vue b/src/apps/AppGridManagement/SetGird.vue
index 073cdb8e..26207a1c 100644
--- a/src/apps/AppGridManagement/SetGird.vue
+++ b/src/apps/AppGridManagement/SetGird.vue
@@ -60,6 +60,7 @@
+
删除网格
编辑网格
@@ -88,6 +89,10 @@ export default {
onLoad() {
this.$dict.load('girdType', 'girdLevel')
this.isGirdUser()
+ uni.$on('update', () => {
+ this.show = false
+ this.getTree()
+ })
},
methods: {
isGirdUser() {
@@ -408,9 +413,14 @@ export default {
border-bottom: 0;
}
.btn{
- padding: 32px 0;
+ width: 100%;
+ padding: 32px;
+ box-sizing: border-box;
background-color: #fff;
display: flex;
+ position: fixed;
+ bottom: 0;
+ left: 0;
span{
display: inline-block;
height: 92px;
diff --git a/src/apps/AppGridManagement/Statistics.vue b/src/apps/AppGridManagement/Statistics.vue
index 667616e9..07080687 100644
--- a/src/apps/AppGridManagement/Statistics.vue
+++ b/src/apps/AppGridManagement/Statistics.vue
@@ -15,17 +15,20 @@
- {{ peopleList['网格长'] || 0 }}
+ {{ peopleList['网格长']}}
+ 0
网格长
- {{ peopleList['网格员'] || 0 }}
+ {{ peopleList['网格员']}}
+ 0
网格员
- {{ peopleList['责任家庭数'] || 0 }}
+ {{ peopleList['责任家庭数'] }}
+ 0
责任家庭数