diff --git a/src/views/modules/warning/components/screen-table/index.vue b/src/views/modules/warning/components/screen-table/index.vue
index 3aa87112..b1239b71 100644
--- a/src/views/modules/warning/components/screen-table/index.vue
+++ b/src/views/modules/warning/components/screen-table/index.vue
@@ -24,38 +24,10 @@
:key="indexs"
:style="tableContentStyle[indexs]"
>
-
加载中
@@ -66,11 +38,11 @@
-
@@ -78,13 +50,13 @@
+
+
diff --git a/src/views/modules/warning/index.vue b/src/views/modules/warning/index.vue
index 00121565..2189cd49 100644
--- a/src/views/modules/warning/index.vue
+++ b/src/views/modules/warning/index.vue
@@ -98,7 +98,8 @@ export default {
{ title: "所属网格" },
{ title: "所属小区" },
{ title: "楼号" },
- { title: "姓名" },
+ { title: "预警人数" },
+ { title: "操作" },
],
tableData: [
// [1,'商丘路社区第一网格','商丘路小区','2号楼','杨颖、王平、刘佳敏、丁辉、杨萍'],
@@ -142,7 +143,13 @@ export default {
item.gridName,
item.neighborhoodName,
item.buildingName,
- item.userList || "暂无",
+ item.count,
+ {
+ type: "btn",
+ name: "查看人员详情",
+ buildingId: item.buildingId,
+ configId: item.configId,
+ },
]);
});
this.tableData = tableData;