Browse Source

分站管理气压添加

lxh 3 months ago
parent
commit
3b6fd2d350
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/views/vent/safetyList/index.vue

+ 1 - 2
src/views/vent/safetyList/index.vue

@@ -227,8 +227,7 @@ async function getStationList() {
       v.debugTitle = '调试'
       v.linkstatusC = v.linkstatus == '0' ? '待启用' : v.linkstatus == '1' ? '连接' : '断开'
       v.updateTime = v.time
-      v.valueJc = `风向:${v.forward || ''},风量:${v.m3 || ''}m³/min,风速:${v.windSpeed || ''}m/s,气压:${v.difPress || ''}Pa,温度:${v.temperature || ''}℃,湿度:${v.humidity || ''}%,断面积:${v.area || ''}㎡`
-
+      v.valueJc = `风向:${v.forward || ''},风量:${v.m3 || ''}m³/min,风速:${v.windSpeed || ''}m/s,气压:${v.pa || ''}Pa,压差:${v.difPress || ''}Pa,温度:${v.temperature || ''}℃,湿度:${v.humidity || ''}%,断面积:${v.area || ''}㎡`
     })
   })
   tableData.value = res