diff --git a/src/App.vue b/src/App.vue
index ac0d8a1da..d12179995 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -106,6 +106,8 @@ export default {
diff --git a/src/views/modules/base/community/communityTable.vue b/src/views/modules/base/community/communityTable.vue
index 5bb6d99d7..e14dd753f 100644
--- a/src/views/modules/base/community/communityTable.vue
+++ b/src/views/modules/base/community/communityTable.vue
@@ -26,27 +26,25 @@
查询
+ 重置
导出
-
新增小区
+
下载小区模板
导入小区数据
+ class="diy-button--delete">导入小区数据
下载楼宇模板
导入楼宇数据
+ class="diy-button--delete">导入楼宇数据
下载房屋模板
导入房屋数据
+ class="diy-button--delete">导入房屋数据
+
导出
@@ -163,18 +157,18 @@
size="small"
@click="handleToNextLevel(scope.row)">进入 -->
查看
修改
删除
@@ -199,7 +193,7 @@
@change="handleSelectAll">全选
删除
@@ -281,7 +275,15 @@ export default {
...mapGetters(['clientHeight'])
},
methods: {
-
+ //重置搜索条件
+ resetSearch () {
+ this.ownerName = ''
+ this.ownerPhone = ''
+
+ this.pageSize = 10
+ this.pageNo = 0
+ // this.loadTable()
+ },
handleSearch () {
this.loadTable()
},
@@ -771,7 +773,6 @@ export default {
}
diff --git a/src/views/modules/base/community/roomTable.vue b/src/views/modules/base/community/roomTable.vue
index 6a3638bd5..09909c8ac 100644
--- a/src/views/modules/base/community/roomTable.vue
+++ b/src/views/modules/base/community/roomTable.vue
@@ -26,27 +26,25 @@
查询
+ 重置
+
导出
-
新增房屋
下载房屋模板
导入房屋数据
+ class="diy-button--delete">导入房屋数据
+
导出
@@ -126,18 +126,18 @@
查看
修改
删除
@@ -237,7 +237,15 @@ export default {
...mapGetters(['clientHeight'])
},
methods: {
-
+ //重置搜索条件
+ resetSearch () {
+ this.ownerName = ''
+ this.ownerPhone = ''
+
+ this.pageSize = 10
+ this.pageNo = 0
+ // this.loadTable()
+ },
handleSearch () {
this.loadTable()
@@ -680,6 +688,5 @@ export default {
}
diff --git a/src/views/modules/communityParty/regionalParty/activitys.vue b/src/views/modules/communityParty/regionalParty/activitys.vue
index 75fcabe19..0fbdc0063 100644
--- a/src/views/modules/communityParty/regionalParty/activitys.vue
+++ b/src/views/modules/communityParty/regionalParty/activitys.vue
@@ -66,11 +66,11 @@
查询
重置
@@ -79,13 +79,10 @@
新增
-
+
+ 导出-->
@@ -650,8 +651,6 @@ export default {
}
diff --git a/src/views/modules/communityService/ninePlaces/inspect/inspectReview.vue b/src/views/modules/communityService/ninePlaces/inspect/inspectReview.vue
index 292e03d66..a556aedc8 100644
--- a/src/views/modules/communityService/ninePlaces/inspect/inspectReview.vue
+++ b/src/views/modules/communityService/ninePlaces/inspect/inspectReview.vue
@@ -1,5 +1,5 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
取 消
-
取 消
+
确 定
@@ -316,48 +317,14 @@ export default {
}
-
diff --git a/src/views/modules/communityService/ninePlaces/team/team.vue b/src/views/modules/communityService/ninePlaces/team/team.vue
index 9f93a0a0f..d45f8a66a 100644
--- a/src/views/modules/communityService/ninePlaces/team/team.vue
+++ b/src/views/modules/communityService/ninePlaces/team/team.vue
@@ -94,13 +94,13 @@
header-align="center"
align="center"
label="分队名称"
- min-width="180">
+ min-width="100">
+ width="90">
+ min-width="150">
+ min-width="230">
+ label="巡查计划"
+ min-width="120">
+ width="120">
- 查看
- 修改
- 删除
@@ -176,6 +173,7 @@
:title="formTitle"
width="850px"
top="5vh"
+ class="dialog-h"
@closed="diaClose">
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
- {{item.label}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{item.label}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
姓名
+
+ placeholder="请输入姓名">
+
{{item.name}}
-
-
- 联系电话
+
+ {{item.mobile}}
-
-
-
-
-
- 姓名
-
-
- {{item.name}}
-
- 联系电话
-
-
- {{item.mobile}}
-
- 删除
-
-
-
-
-
+ @click="handleDelPerson(index)">删除
+
+
+
+
- 取 消
- 取 消
+ 确 定
@@ -422,6 +425,11 @@ export default {
}
}
+
+
+
-