diff --git a/src/views/modules/visual/basicinfo/peopleList.vue b/src/views/modules/visual/basicinfo/peopleList.vue
index 91e30121..0009c234 100644
--- a/src/views/modules/visual/basicinfo/peopleList.vue
+++ b/src/views/modules/visual/basicinfo/peopleList.vue
@@ -68,16 +68,15 @@
-
-
-
@@ -112,7 +111,7 @@ export default {
headerList: [],
tableData: [],
searchName: '',
- pageSize: 7,
+ pageSize: 10,
pageNo: 1,
total: 0,
orgLevel: 'search',
@@ -236,8 +235,13 @@ export default {
height: 780px;
margin: 20px auto;
}
+.warning-table {
+ height: 640px;
+}
.pagination {
+ padding-right: 0;
margin-top: 0;
+ text-align: right;
}
.g-bread {
padding: 10px 20px;
diff --git a/src/views/modules/visual/measure/dialogInfo.vue b/src/views/modules/visual/measure/dialogInfo.vue
index 1f1faaea..5ba13eb3 100644
--- a/src/views/modules/visual/measure/dialogInfo.vue
+++ b/src/views/modules/visual/measure/dialogInfo.vue
@@ -92,7 +92,7 @@
-
+
尚有 ${item.serviceDemandTotal} 个需求未完成 `
}else {
- desc += `
共有 ${item.totalService} ${unit} ${item.legendName} 完成需求 ${item.serviceDemandTotal} 个
`
+ desc += `
共有 ${item.totalService} ${unit} ${item.legendName} 完成 ${item.serviceDemandTotal} 个需求
`
}
})