diff --git a/src/views/messageV2.vue b/src/views/messageV2.vue
index f67836c4..05e8775c 100644
--- a/src/views/messageV2.vue
+++ b/src/views/messageV2.vue
@@ -129,62 +129,62 @@ export default {
pageNo: 1,
pageSize: 20,
tableData: [],
- // options:[{
- // label: "防疫人员通知",
- // value: "17"
- // },{
- // label: "访客通知",
- // value: "18"
- // }],
options:[{
- label: "高空火警",
- value: "8"
- },{
- label: "考勤提醒",
- value: "1"
- },{
label: "防疫人员通知",
value: "2"
- },{
- label: "防疫车辆通知",
- value: "3"
},{
label: "访客通知",
value: "16"
- },{
- label: "混凝土监测",
- value: "4"
- },{
- label: "卸料平台",
- value: "5"
- },{
- label: "配电箱",
- value: "6"
- },{
- label: "扬尘",
- value: "7"
- },{
- label: "标养室",
- value: "9"
- },{
- label: "安全检查",
- value: "10"
- },{
- label: "质量检查",
- value: "11"
- },{
- label: "塔吊",
- value: "12"
- },{
- label: "升降机",
- value: "13"
- },{
- label: "电表",
- value: "14"
- },{
- label: "水表",
- value: "15"
}],
+ // options:[{
+ // label: "高空火警",
+ // value: "8"
+ // },{
+ // label: "考勤提醒",
+ // value: "1"
+ // },{
+ // label: "防疫人员通知",
+ // value: "2"
+ // },{
+ // label: "防疫车辆通知",
+ // value: "3"
+ // },{
+ // label: "访客通知",
+ // value: "16"
+ // },{
+ // label: "混凝土监测",
+ // value: "4"
+ // },{
+ // label: "卸料平台",
+ // value: "5"
+ // },{
+ // label: "配电箱",
+ // value: "6"
+ // },{
+ // label: "扬尘",
+ // value: "7"
+ // },{
+ // label: "标养室",
+ // value: "9"
+ // },{
+ // label: "安全检查",
+ // value: "10"
+ // },{
+ // label: "质量检查",
+ // value: "11"
+ // },{
+ // label: "塔吊",
+ // value: "12"
+ // },{
+ // label: "升降机",
+ // value: "13"
+ // },{
+ // label: "电表",
+ // value: "14"
+ // },{
+ // label: "水表",
+ // value: "15"
+ // }],
};
},
created() {
diff --git a/src/views/projectAdmin/dataBoard/projectHuScreen/envirManage/alarmBtn.vue b/src/views/projectAdmin/dataBoard/projectHuScreen/envirManage/alarmBtn.vue
new file mode 100644
index 00000000..1a498d82
--- /dev/null
+++ b/src/views/projectAdmin/dataBoard/projectHuScreen/envirManage/alarmBtn.vue
@@ -0,0 +1,32 @@
+
+