Sfoglia il codice sorgente

5.5首页主风机风量负压修改

lxh 1 anno fa
parent
commit
7ba2bf262b

+ 2 - 2
src/views/vent/home/colliery/components/main-monitor.vue

@@ -66,8 +66,8 @@ function changeSelect(val) {
   const selectData = mainList.find((item) => item['deviceID'] == val)
   if(selectData){
     objParam = {
-      dataQ: selectData.readData.Fan1m3 || selectData.readData.Fan2m3 || selectData.readData.m3,
-      dataH: Math.abs(Number(selectData.readData.Fan1FanPre || selectData.readData.Fan2FanPre || selectData.readData.DataPa || 0)),
+      dataQ: selectData.readData.Fan1m3 || selectData.readData.Fan2m3 || selectData.readData.m3 || selectData.readData.Fanm3,
+      dataH: Math.abs(Number(selectData.readData.Fan1FanPre || selectData.readData.Fan2FanPre || selectData.readData.DataPa || selectData.readData.FanNegative || 0)),
     }
    
     objParam1 = {

+ 83 - 6
src/views/vent/monitorManager/compressor/components/nitrogenHome2.vue

@@ -589,15 +589,92 @@ const deviceParameterData = [
         bv_4_low_voltage: '蝶阀4电压过低故障',
     },
     {
-        bv_1_closing_overcurrent: '关向过电流故障',
-        bv_1_opening_overcurrent: '开向过电流故障',
+        bv_1_high_voltage: '蝶阀1电压过高故障',
+        bv_2_high_voltage: '蝶阀2电压过高故障',
     },
     {
-        bv_1_closing_timeout: '关向超时故障',
-        bv_1_opening_timeout: '开向超时故障',
+        bv_3_high_voltage: '蝶阀3电压过高故障',
+        bv_4_high_voltage: '蝶阀4电压过高故障',
     },
     {
-        bv_1_thermal_overload: '热过载故障',
+        bv_1_motor_leakage: '蝶阀1电机漏电故障',
+        bv_2_motor_leakage: '蝶阀2电机漏电故障',
+    },
+    {
+        bv_3_motor_leakage: '蝶阀3电机漏电故障',
+        bv_4_motor_leakage: '蝶阀4电机漏电故障',
+    },
+    {
+        bv_1_supply_phase: '蝶阀1电源缺相故障',
+        bv_2_supply_phase: '蝶阀2电源缺相故障',
+    },
+    {
+        bv_3_supply_phase: '蝶阀3电源缺相故障',
+        bv_4_supply_phase: '蝶阀4电源缺相故障',
+    },
+    {
+        bv_1_closing_overtorque: '蝶阀1关向过力矩故障',
+        bv_2_closing_overtorque: '蝶阀2关向过力矩故障',
+    },
+    {
+        bv_3_closing_overtorque: '蝶阀3关向过力矩故障',
+        bv_4_closing_overtorque: '蝶阀4关向过力矩故障',
+    },
+    {
+        bv_1_opening_overtorque: '蝶阀1开向过力矩故障',
+        bv_2_opening_overtorque: '蝶阀2开向过力矩故障',
+    },
+    {
+        bv_3_opening_overtorque: '蝶阀3开向过力矩故障',
+        bv_4_opening_overtorque: '蝶阀4开向过力矩故障',
+    },
+    {
+        bv_1_closing_overcurrent: '蝶阀1关向过电流故障',
+        bv_2_closing_overcurrent: '蝶阀2关向过电流故障',
+    },
+    {
+        bv_3_closing_overcurrent: '蝶阀3关向过电流故障',
+        bv_4_closing_overcurrent: '蝶阀4关向过电流故障',
+    },
+    {
+        bv_1_opening_overcurrent: '蝶阀1开向过电流故障',
+        bv_2_opening_overcurrent: '蝶阀2开向过电流故障',
+    },
+    {
+        bv_3_opening_overcurrent: '蝶阀3开向过电流故障',
+        bv_4_opening_overcurrent: '蝶阀4开向过电流故障',
+    },
+    {
+        bv_1_closing_timeout: '蝶阀1关向超时故障',
+        bv_2_closing_timeout: '蝶阀2关向超时故障',
+    },
+    {
+        bv_3_closing_timeout: '蝶阀3关向超时故障',
+        bv_4_closing_timeout: '蝶阀4关向超时故障',
+    },
+    {
+        bv_1_opening_timeout: '蝶阀1开向超时故障',
+        bv_2_opening_timeout: '蝶阀2开向超时故障',
+    },
+    {
+        bv_3_opening_timeout: '蝶阀3开向超时故障',
+        bv_4_opening_timeout: '蝶阀4开向超时故障',
+    },
+    {
+        bv_1_valve_position: '蝶阀1阀位故障',
+        bv_2_valve_position: '蝶阀2阀位故障',
+    },
+    {
+        bv_3_valve_position: '蝶阀3阀位故障',
+        bv_4_valve_position: '蝶阀4阀位故障',
+    },
+    {
+        bv_1_thermal_overload: '蝶阀1热过载故障',
+        bv_2_thermal_overload: '蝶阀2热过载故障',
+    },
+    {
+        bv_3_thermal_overload: '蝶阀3热过载故障',
+        bv_4_thermal_overload: '蝶阀4热过载故障',
     },
 ];
 const downWindData = [
@@ -950,7 +1027,7 @@ onUnmounted(() => {
 
                         .state-title1 {
                             color: #ffffffcc;
-                            flex: 2.5;
+                            flex: 5;
                             font-size: 14px;
                         }