lxh 11 months ago
parent
commit
f045228ce3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/vent/monitorManager/alarmMonitor/DetailModalFire.vue

+ 2 - 1
src/views/vent/monitorManager/alarmMonitor/DetailModalFire.vue

@@ -181,7 +181,8 @@
         res.forEach((el) => {
           menuList.push({
             name: el.deviceName,
-            warn: el.netStatus ? '高风险' : '低风险',
+            // warn: el.netStatus ? '高风险' : '低风险',
+            warn:'低风险',
             type: 'on',
             deviceID: el.deviceID,
             strtype: el.deviceType,