Browse Source

粉尘监测预警-喷雾水压单位修改

lxh 4 days ago
parent
commit
c2d6ca180f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/vent/monitorManager/alarmMonitor/warn/dustWarn.vue

+ 1 - 1
src/views/vent/monitorManager/alarmMonitor/warn/dustWarn.vue

@@ -183,7 +183,7 @@ function getDetailList(param) {
         content: [
           { ids: 0, label: '温度(°C)', value: el.readData.temperature || '--' },
           { ids: 1, label: '粉尘浓度(mg/m³)', value: el.readData.dustval || '--' },
-          { ids: 2, label: '喷雾水压(MPa)', value: el.readData.waterPressure || '--' },
+          { ids: 2, label: '喷雾水压(mPa)', value: el.readData.waterPressure || '--' },
           { ids: 3, label: '喷雾状态', value: el.readData.atomizingState || '--' },
         ],
       });