diff --git a/src/apps/AppInfotainment/AppInfotainment.vue b/src/apps/AppInfotainment/AppInfotainment.vue index 6ca29823..8218bd7b 100644 --- a/src/apps/AppInfotainment/AppInfotainment.vue +++ b/src/apps/AppInfotainment/AppInfotainment.vue @@ -6,7 +6,7 @@

实现乡村振兴的物质基础

-
+
产业资讯
@@ -77,7 +77,7 @@ export default { .list { margin-top: 24px; background: #FFF; - padding: 0 32px; + padding: 0 32px 40px 32px; box-sizing: border-box; .item { display: flex; diff --git a/src/apps/AppMonitoringObject/Add.vue b/src/apps/AppMonitoringObject/Add.vue index 253caaf5..edd929ef 100644 --- a/src/apps/AppMonitoringObject/Add.vue +++ b/src/apps/AppMonitoringObject/Add.vue @@ -12,6 +12,17 @@
+
+
+
+ + 选择户主 +
+
+ +
+
+
diff --git a/src/apps/AppMonitoringObject/List.vue b/src/apps/AppMonitoringObject/List.vue index 6b9c98cc..1071f513 100644 --- a/src/apps/AppMonitoringObject/List.vue +++ b/src/apps/AppMonitoringObject/List.vue @@ -2,7 +2,7 @@
- +
1 ? [...this.list, ...res.data.records] : res.data.records - console.log(this.list) this.pages = res.data.pages } })