Explorar o código

预警管控,压风管控-更新

lxh hai 8 meses
pai
achega
834a5a3b63

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

@@ -60,7 +60,7 @@
                                 <span :class="{
                                     'status-f': items.value == 1,
                                     'status-l': items.value == 0,
-                                }">{{ items.value == 1 ? '异常' : items.value == 0 ? '正常' : `${items.value}${items.dw}` }}</span>
+                                }">{{  `${items.value}${items.dw}` }}</span>
                             </div>
                         </div>
                     </div>

+ 13 - 16
src/views/vent/monitorManager/nitrogen/components/nitrogenHome1.vue

@@ -32,11 +32,9 @@
                   <span
                     :class="{
                       'signal-round': true,
-                      'signal-round-run':
-                        signal.title != '故障信号' && selectData[`${deviceProperty.modelMonitor[0].key}${groupNum}${preMonitor.code}`] == '1',
-                      'signal-round-warning':
-                        signal.title == '故障信号' && selectData[`${deviceProperty.modelMonitor[0].key}${groupNum}${preMonitor.code}`] == '1',
-                      'signal-round-gry': selectData[`${deviceProperty.modelMonitor[0].key}${groupNum}${preMonitor.code}`] != '1',
+                      'signal-round-run':selectData[`${deviceProperty.modelMonitor[0].key}${groupNum}${preMonitor.code}`] == '0',
+                      'signal-round-warning':selectData[`${deviceProperty.modelMonitor[0].key}${groupNum}${preMonitor.code}`] == '1',
+                      'signal-round-gry': selectData[`${deviceProperty.modelMonitor[0].key}${groupNum}${preMonitor.code}`] != '1' && selectData[`${deviceProperty.modelMonitor[0].key}${groupNum}${preMonitor.code}`] != '0',
                     }"
                   ></span>
                 </div>
@@ -63,11 +61,9 @@
                   <span
                     :class="{
                       'signal-round': true,
-                      'signal-round-run':
-                        signal.title != '故障信号' && selectData[`${deviceProperty.modelMonitor[0].key}${groupNum}${cqgMonitor.code}`] == '1',
-                      'signal-round-warning':
-                        signal.title == '故障信号' && selectData[`${deviceProperty.modelMonitor[0].key}${groupNum}${cqgMonitor.code}`] == '1',
-                      'signal-round-gry': selectData[`${deviceProperty.modelMonitor[0].key}${groupNum}${cqgMonitor.code}`] != '1',
+                      'signal-round-run':selectData[`${deviceProperty.modelMonitor[0].key}${groupNum}${cqgMonitor.code}`] == '0',
+                      'signal-round-warning':selectData[`${deviceProperty.modelMonitor[0].key}${groupNum}${cqgMonitor.code}`] == '1',
+                      'signal-round-gry': selectData[`${deviceProperty.modelMonitor[0].key}${groupNum}${cqgMonitor.code}`] != '1' && selectData[`${deviceProperty.modelMonitor[0].key}${groupNum}${cqgMonitor.code}`] != '0',
                     }"
                   ></span>
                 </div>
@@ -121,9 +117,9 @@
                               <span
                                 :class="{
                                   'signal-round': true,
-                                  'signal-round-run': item.type === 'sign' && selectData[deviceKey + item.code] == '1',
-                                  'signal-round-gry': selectData[deviceKey + item.code] == '0' || !selectData[deviceKey + item.code],
-                                  'signal-round-warning': item.type === 'warning' && selectData[deviceKey + item.code] == '1',
+                                  'signal-round-run':selectData[deviceKey + item.code] == '0',
+                                  'signal-round-gry': selectData[deviceKey + item.code] != '0' && selectData[deviceKey + item.code] != '1',
+                                  'signal-round-warning':selectData[deviceKey + item.code] == '1',
                                 }"
                               ></span>
                             </div>
@@ -170,9 +166,9 @@
                             <span
                               :class="{
                                 'signal-round': true,
-                                'signal-round-run': item.type === 'sign' && selectData[deviceKey + item.code] == '1',
-                                'signal-round-gry': selectData[deviceKey + item.code] == '0' || !selectData[deviceKey + item.code],
-                                'signal-round-warning': item.type === 'warning' && selectData[deviceKey + item.code] == '1',
+                                'signal-round-run':selectData[deviceKey + item.code] == '0',
+                                'signal-round-gry': selectData[deviceKey + item.code] != '0' && selectData[deviceKey + item.code] != '1',
+                                'signal-round-warning': selectData[deviceKey + item.code] == '1',
                               }"
                             ></span>
                           </div>
@@ -585,6 +581,7 @@
       width: 360px !important;
       overflow-y: auto;
       overflow-x: hidden;
+      height: calc(100% - 70px); //lxh
       .environment-monitor {
         .item {
           flex: 1;

+ 902 - 908
src/views/vent/monitorManager/nitrogen/nitrogen.data.hty.ts

@@ -1,928 +1,922 @@
 export const monitorDataGroupArr = [[1, 2, 3, 4, 5, 6]];
 export const modelMonitor = [
-  {
-    type: 'list',
-    title: '空压机',
-    stateHeader: [],
-    key: 'PRE',
-    list: [
-      {
-        title: '主机温度',
-        code: '_MainUnitTemp',
-        unit: '℃',
-        child: [],
-      },
-      {
-        title: '回水温度',
-        code: '_ReturnWaterTemp',
-        unit: '℃',
-        child: [],
-      },
-      {
-        title: '排气压力',
-        code: '_ExhaustPressure',
-        unit: 'MPa',
-        child: [],
-      },
-      {
-        title: '故障次数',
-        code: '_FaultCount',
-        unit: '',
-        child: [],
-      },
-      {
-        title: '启动次数',
-        code: '_StartCount',
-        unit: '',
-        child: [],
-      },
-      {
-        title: '油分油位',
-        code: '_OilSeparatorLevel',
-        unit: '',
-        child: [],
-      },
-      {
-        title: '累计运行时间',
-        code: '_TotalRunTime_Day',
-        unit: 'd',
-        child: [],
-      },
-      {
-        title: '电压',
-        code: '_Voltage',
-        unit: 'V',
-        child: [],
-      },
-      {
-        title: '电流',
-        code: '_Current',
-        unit: 'A',
-        child: [],
-      },
-      {
-        code: 'signal',
-        child: [
-          {
-            title: `运行反馈`,
-            code: `_Blower1_RunFeedback`,
-            isWaring: false,
-          },
-          {
-            title: `故障反馈`,
-            code: `_Blower1_FaultFeedback`,
-            isWaring: false,
-          },
-        ],
-      },
-    ],
-  },
-  {
-    type: 'list',
-    title: '储气罐',
-    key: 'PRE',
-    stateHeader: [],
-    hideInGroup: [],
-    list: [
-      {
-        title: '储气温度',
-        code: '_StorageTemp',
-        unit: '℃',
-      },
-      {
-        title: '风包压力',
-        code: '_PackagePressure',
-        unit: 'MPa',
-      },
-      {
-        code: 'signal',
-        child: [
-          {
-            title: `风包温度高报警`,
-            code: `_Blower_HighTemp`,
-            isWaring: true,
-          },
-          {
-            title: `风包温度低报警`,
-            code: `_Blower_LowTemp`,
-            isWaring: true,
-          },
+    {
+        type: 'list',
+        title: '空压机',
+        stateHeader: [],
+        key: 'PRE',
+        list: [
+            {
+                title: '主机温度',
+                code: '_MainUnitTemp',
+                unit: '℃',
+                child: [],
+            },
+            {
+                title: '回水温度',
+                code: '_ReturnWaterTemp',
+                unit: '℃',
+                child: [],
+            },
+            {
+                title: '排气压力',
+                code: '_ExhaustPressure',
+                unit: 'MPa',
+                child: [],
+            },
+            {
+                title: '故障次数',
+                code: '_FaultCount',
+                unit: '',
+                child: [],
+            },
+            {
+                title: '启动次数',
+                code: '_StartCount',
+                unit: '',
+                child: [],
+            },
+            {
+                title: '油分油位',
+                code: '_OilSeparatorLevel',
+                unit: '',
+                child: [],
+            },
+            {
+                title: '累计运行时间',
+                code: '_TotalRunTime_Day',
+                unit: 'd',
+                child: [],
+            },
+            {
+                title: '电压',
+                code: '_Voltage',
+                unit: 'V',
+                child: [],
+            },
+            {
+                title: '电流',
+                code: '_Current',
+                unit: 'A',
+                child: [],
+            },
+            {
+                code: 'signal',
+                child: [
+                    {
+                        title: `运行反馈`,
+                        code: `_Blower1_RunFeedback`,
+                        isWaring: false,
+                    },
+                    {
+                        title: `故障反馈`,
+                        code: `_Blower1_FaultFeedback`,
+                        isWaring: false,
+                    },
+                ],
+            },
         ],
-      },
-      {
-        code: 'signal',
-        child: [
-          {
-            title: `风包压力高报警`,
-            code: `_Blower_HighPressure`,
-            isWaring: true,
-          },
-          {
-            title: `风包压力低报警`,
-            code: `_Blower_LowPressure`,
-            isWaring: true,
-          },
+    },
+    {
+        type: 'list',
+        title: '储气罐',
+        key: 'PRE',
+        stateHeader: [],
+        hideInGroup: [],
+        list: [
+            {
+                title: '储气温度',
+                code: '_StorageTemp',
+                unit: '℃',
+            },
+            {
+                title: '风包压力',
+                code: '_PackagePressure',
+                unit: 'MPa',
+            },
+            {
+                code: 'signal',
+                child: [
+                    {
+                        title: `风包温度高报警`,
+                        code: `_Blower_HighTemp`,
+                        isWaring: true,
+                    },
+                    {
+                        title: `风包温度低报警`,
+                        code: `_Blower_LowTemp`,
+                        isWaring: true,
+                    },
+                ],
+            },
+            {
+                code: 'signal',
+                child: [
+                    {
+                        title: `风包压力高报警`,
+                        code: `_Blower_HighPressure`,
+                        isWaring: true,
+                    },
+                    {
+                        title: `风包压力低报警`,
+                        code: `_Blower_LowPressure`,
+                        isWaring: true,
+                    },
+                ],
+            },
         ],
-      },
-    ],
-  },
+    },
 ];
 export const totalData = [
-  {
-    title: '总管路瞬时流量',
-    code: 'MainInstantFlow',
-    unit: 'm³/min',
-  },
-  {
-    title: '总管路累计流量',
-    code: 'MainTotalFlow',
-    unit: 'm³/min',
-  },
+    {
+        title: '总管路瞬时流量',
+        code: 'MainInstantFlow',
+        unit: 'm³/min',
+    },
+    {
+        title: '总管路累计流量',
+        code: 'MainTotalFlow',
+        unit: 'm³/min',
+    },
 ];
 export const leftMonitor = [
-  {
-    type: 'list',
-    title: '压风机1',
-    stateHeader: [],
-    children: [
-      {
-        title: '',
-        childTitle: ['1#压风机'],
-        key: ['PRE1'],
-        list: [
-          {
-            title: '启动',
-            code: '_AirCompressor_Start',
-            type: 'sign',
-          },
-          {
-            title: '停止',
-            code: '_AirCompressor_Stop',
-            type: 'sign',
-          },
-          {
-            title: '复位',
-            code: '_AirCompressor_Reset',
-            type: 'sign',
-          },
-          {
-            title: '加载',
-            code: '_AirCompressor_Load',
-            type: 'warning',
-          },
-          {
-            title: `电机前轴振动`,
-            code: `_FrontVibration`,
-            type: '',
-          },
-          {
-            title: '电机前轴温度',
-            code: '_FrontTemp',
-            type: '',
-          },
-          {
-            title: '回水管流量',
-            code: '_ReturnFlow',
-            type: '',
-          },
-          {
-            title: '启动超时报警',
-            code: '_Blower_StartTimeout',
-            type: 'warning',
-          },
-          {
-            title: '停止超时报警',
-            code: '_Blower_StopTimeout',
-            type: 'warning',
-          },
-          {
-            title: `前轴振动高报警`,
-            code: `_Motor_FrontVibHigh`,
-            type: 'warning',
-          },
-          {
-            title: '前轴振动低报警',
-            code: '_Motor_FrontVibLow',
-            type: 'warning',
-          },
-          {
-            title: '后轴振动高报警',
-            code: '_Motor_RearVibHigh',
-            type: 'warning',
-          },
-          {
-            title: '后轴振动低报警',
-            code: '_Motor_RearVibLow',
-            type: 'warning',
-          },
-          {
-            title: '压力传感器保护投退',
-            code: '_PressureSensor_Protect',
-            type: 'warning',
-          },
-          {
-            title: '温度传感器保护投退',
-            code: '_TemperatureSensor_Protect',
-            type: 'warning',
-          },
-          {
-            title: '前轴振动传感器保护投退',
-            code: '_FrontVibrationSensor_Protect',
-            type: 'warning',
-          },
-          {
-            title: '后轴振动传感器保护投退',
-            code: '_RearVibrationSensor_Protect',
-            type: 'warning',
-          },
-          {
-            title: '流量传感器保护投退',
-            code: '_FlowSensor_Protect',
-            type: 'warning',
-          },
-
-          {
-            title: '电压高报警值',
-            code: '_HighVoltageAlarmSetting',
-            type: '',
-          },
-          {
-            title: '电流高报警值',
-            code: '_HighCurrentAlarmSetting',
-            type: '',
-          },
-          {
-            title: '排气温度高报警值',
-            code: '_ExhaustTempHighAlarmSetting',
-            type: '',
-          },
-          {
-            title: '振动值高报警值',
-            code: '_VibrationHighAlarmSetting',
-            type: '',
-          },
-          {
-            title: '流量高报警值',
-            code: '_FlowHighAlarmSetting',
-            type: '',
-          },
+    {
+        type: 'list',
+        title: '压风机1',
+        stateHeader: [],
+        children: [
+            {
+                title: '',
+                childTitle: ['1#压风机'],
+                key: ['PRE1'],
+                list: [
+                    {
+                        title: '启动',
+                        code: '_AirCompressor_Start',
+                        type: 'sign',
+                    },
+                    {
+                        title: '停止',
+                        code: '_AirCompressor_Stop',
+                        type: 'sign',
+                    },
+                    {
+                        title: '复位',
+                        code: '_AirCompressor_Reset',
+                        type: 'sign',
+                    },
+                    {
+                        title: '加载',
+                        code: '_AirCompressor_Load',
+                        type: 'warning',
+                    },
+                    {
+                        title: `电机前轴振动`,
+                        code: `_FrontVibration`,
+                        type: '',
+                    },
+                    {
+                        title: '电机前轴温度',
+                        code: '_FrontTemp',
+                        type: '',
+                    },
+                    {
+                        title: '回水管流量',
+                        code: '_ReturnFlow',
+                        type: '',
+                    },
+                    {
+                        title: '电压高报警值',
+                        code: '_HighVoltageAlarmSetting',
+                        type: '',
+                    },
+                    {
+                        title: '电流高报警值',
+                        code: '_HighCurrentAlarmSetting',
+                        type: '',
+                    },
+                    {
+                        title: '排气温度高报警值',
+                        code: '_ExhaustTempHighAlarmSetting',
+                        type: '',
+                    },
+                    {
+                        title: '振动值高报警值',
+                        code: '_VibrationHighAlarmSetting',
+                        type: '',
+                    },
+                    {
+                        title: '流量高报警值',
+                        code: '_FlowHighAlarmSetting',
+                        type: '',
+                    },
+                    {
+                        title: '启动超时报警',
+                        code: '_Blower_StartTimeout',
+                        type: 'warning',
+                    },
+                    {
+                        title: '停止超时报警',
+                        code: '_Blower_StopTimeout',
+                        type: 'warning',
+                    },
+                    {
+                        title: `前轴振动高报警`,
+                        code: `_Motor_FrontVibHigh`,
+                        type: 'warning',
+                    },
+                    {
+                        title: '前轴振动低报警',
+                        code: '_Motor_FrontVibLow',
+                        type: 'warning',
+                    },
+                    {
+                        title: '后轴振动高报警',
+                        code: '_Motor_RearVibHigh',
+                        type: 'warning',
+                    },
+                    {
+                        title: '后轴振动低报警',
+                        code: '_Motor_RearVibLow',
+                        type: 'warning',
+                    },
+                    {
+                        title: '压力传感器保护投退',
+                        code: '_PressureSensor_Protect',
+                        type: 'warning',
+                    },
+                    {
+                        title: '温度传感器保护投退',
+                        code: '_TemperatureSensor_Protect',
+                        type: 'warning',
+                    },
+                    {
+                        title: '前轴振动传感器保护投退',
+                        code: '_FrontVibrationSensor_Protect',
+                        type: 'warning',
+                    },
+                    {
+                        title: '后轴振动传感器保护投退',
+                        code: '_RearVibrationSensor_Protect',
+                        type: 'warning',
+                    },
+                    {
+                        title: '流量传感器保护投退',
+                        code: '_FlowSensor_Protect',
+                        type: 'warning',
+                    },
+                ],
+            },
         ],
-      },
-    ],
-  },
-  {
-    type: 'list',
-    title: '压风机2',
-    stateHeader: [],
-    children: [
-      {
-        title: '',
-        childTitle: ['2#压风机'],
-        key: ['PRE2'],
-        list: [
-          {
-            title: '启动',
-            code: '_AirCompressor_Start',
-            type: 'sign',
-          },
-          {
-            title: '停止',
-            code: '_AirCompressor_Stop',
-            type: 'sign',
-          },
-          {
-            title: '复位',
-            code: '_AirCompressor_Reset',
-            type: 'sign',
-          },
-          {
-            title: '加载',
-            code: '_AirCompressor_Load',
-            type: 'warning',
-          },
-          {
-            title: `电机前轴振动`,
-            code: `_FrontVibration`,
-            type: '',
-          },
-          {
-            title: '电机前轴温度',
-            code: '_FrontTemp',
-            type: '',
-          },
-          {
-            title: '回水管流量',
-            code: '_ReturnFlow',
-            type: '',
-          },
-          {
-            title: '启动超时报警',
-            code: '_Blower_StartTimeout',
-            type: 'warning',
-          },
-          {
-            title: '停止超时报警',
-            code: '_Blower_StopTimeout',
-            type: 'warning',
-          },
-          {
-            title: `前轴振动高报警`,
-            code: `_Motor_FrontVibHigh`,
-            type: 'warning',
-          },
-          {
-            title: '前轴振动低报警',
-            code: '_Motor_FrontVibLow',
-            type: 'warning',
-          },
-          {
-            title: '后轴振动高报警',
-            code: '_Motor_RearVibHigh',
-            type: 'warning',
-          },
-          {
-            title: '后轴振动低报警',
-            code: '_Motor_RearVibLow',
-            type: 'warning',
-          },
-          {
-            title: '压力传感器保护投退',
-            code: '_PressureSensor_Protect',
-            type: 'warning',
-          },
-          {
-            title: '温度传感器保护投退',
-            code: '_TemperatureSensor_Protect',
-            type: 'warning',
-          },
-          {
-            title: '前轴振动传感器保护投退',
-            code: '_FrontVibrationSensor_Protect',
-            type: 'warning',
-          },
-          {
-            title: '后轴振动传感器保护投退',
-            code: '_RearVibrationSensor_Protect',
-            type: 'warning',
-          },
-          {
-            title: '流量传感器保护投退',
-            code: '_FlowSensor_Protect',
-            type: 'warning',
-          },
-
-          {
-            title: '电压高报警值',
-            code: '_HighVoltageAlarmSetting',
-            type: '',
-          },
-          {
-            title: '电流高报警值',
-            code: '_HighCurrentAlarmSetting',
-            type: '',
-          },
-          {
-            title: '排气温度高报警值',
-            code: '_ExhaustTempHighAlarmSetting',
-            type: '',
-          },
-          {
-            title: '振动值高报警值',
-            code: '_VibrationHighAlarmSetting',
-            type: '',
-          },
-          {
-            title: '流量高报警值',
-            code: '_FlowHighAlarmSetting',
-            type: '',
-          },
+    },
+    {
+        type: 'list',
+        title: '压风机2',
+        stateHeader: [],
+        children: [
+            {
+                title: '',
+                childTitle: ['2#压风机'],
+                key: ['PRE2'],
+                list: [
+                    {
+                        title: '启动',
+                        code: '_AirCompressor_Start',
+                        type: 'sign',
+                    },
+                    {
+                        title: '停止',
+                        code: '_AirCompressor_Stop',
+                        type: 'sign',
+                    },
+                    {
+                        title: '复位',
+                        code: '_AirCompressor_Reset',
+                        type: 'sign',
+                    },
+                    {
+                        title: '加载',
+                        code: '_AirCompressor_Load',
+                        type: 'warning',
+                    },
+                    {
+                        title: `电机前轴振动`,
+                        code: `_FrontVibration`,
+                        type: '',
+                    },
+                    {
+                        title: '电机前轴温度',
+                        code: '_FrontTemp',
+                        type: '',
+                    },
+                    {
+                        title: '回水管流量',
+                        code: '_ReturnFlow',
+                        type: '',
+                    },
+                    {
+                        title: '电压高报警值',
+                        code: '_HighVoltageAlarmSetting',
+                        type: '',
+                    },
+                    {
+                        title: '电流高报警值',
+                        code: '_HighCurrentAlarmSetting',
+                        type: '',
+                    },
+                    {
+                        title: '排气温度高报警值',
+                        code: '_ExhaustTempHighAlarmSetting',
+                        type: '',
+                    },
+                    {
+                        title: '振动值高报警值',
+                        code: '_VibrationHighAlarmSetting',
+                        type: '',
+                    },
+                    {
+                        title: '流量高报警值',
+                        code: '_FlowHighAlarmSetting',
+                        type: '',
+                    },
+                    {
+                        title: '启动超时报警',
+                        code: '_Blower_StartTimeout',
+                        type: 'warning',
+                    },
+                    {
+                        title: '停止超时报警',
+                        code: '_Blower_StopTimeout',
+                        type: 'warning',
+                    },
+                    {
+                        title: `前轴振动高报警`,
+                        code: `_Motor_FrontVibHigh`,
+                        type: 'warning',
+                    },
+                    {
+                        title: '前轴振动低报警',
+                        code: '_Motor_FrontVibLow',
+                        type: 'warning',
+                    },
+                    {
+                        title: '后轴振动高报警',
+                        code: '_Motor_RearVibHigh',
+                        type: 'warning',
+                    },
+                    {
+                        title: '后轴振动低报警',
+                        code: '_Motor_RearVibLow',
+                        type: 'warning',
+                    },
+                    {
+                        title: '压力传感器保护投退',
+                        code: '_PressureSensor_Protect',
+                        type: 'warning',
+                    },
+                    {
+                        title: '温度传感器保护投退',
+                        code: '_TemperatureSensor_Protect',
+                        type: 'warning',
+                    },
+                    {
+                        title: '前轴振动传感器保护投退',
+                        code: '_FrontVibrationSensor_Protect',
+                        type: 'warning',
+                    },
+                    {
+                        title: '后轴振动传感器保护投退',
+                        code: '_RearVibrationSensor_Protect',
+                        type: 'warning',
+                    },
+                    {
+                        title: '流量传感器保护投退',
+                        code: '_FlowSensor_Protect',
+                        type: 'warning',
+                    },
+                ],
+            },
         ],
-      },
-    ],
-  },
-  {
-    type: 'list',
-    title: '压风机3',
-    stateHeader: [],
-    children: [
-      {
-        title: '',
-        childTitle: ['3#压风机'],
-        key: ['PRE3'],
-        list: [
-          {
-            title: '启动',
-            code: '_AirCompressor_Start',
-            type: 'sign',
-          },
-          {
-            title: '停止',
-            code: '_AirCompressor_Stop',
-            type: 'sign',
-          },
-          {
-            title: '复位',
-            code: '_AirCompressor_Reset',
-            type: 'sign',
-          },
-          {
-            title: '加载',
-            code: '_AirCompressor_Load',
-            type: 'warning',
-          },
-          {
-            title: `电机前轴振动`,
-            code: `_FrontVibration`,
-            type: '',
-          },
-          {
-            title: '电机前轴温度',
-            code: '_FrontTemp',
-            type: '',
-          },
-          {
-            title: '回水管流量',
-            code: '_ReturnFlow',
-            type: '',
-          },
-          {
-            title: '启动超时报警',
-            code: '_Blower_StartTimeout',
-            type: 'warning',
-          },
-          {
-            title: '停止超时报警',
-            code: '_Blower_StopTimeout',
-            type: 'warning',
-          },
-          {
-            title: `前轴振动高报警`,
-            code: `_Motor_FrontVibHigh`,
-            type: 'warning',
-          },
-          {
-            title: '前轴振动低报警',
-            code: '_Motor_FrontVibLow',
-            type: 'warning',
-          },
-          {
-            title: '后轴振动高报警',
-            code: '_Motor_RearVibHigh',
-            type: 'warning',
-          },
-          {
-            title: '后轴振动低报警',
-            code: '_Motor_RearVibLow',
-            type: 'warning',
-          },
-          {
-            title: '压力传感器保护投退',
-            code: '_PressureSensor_Protect',
-            type: 'warning',
-          },
-          {
-            title: '温度传感器保护投退',
-            code: '_TemperatureSensor_Protect',
-            type: 'warning',
-          },
-          {
-            title: '前轴振动传感器保护投退',
-            code: '_FrontVibrationSensor_Protect',
-            type: 'warning',
-          },
-          {
-            title: '后轴振动传感器保护投退',
-            code: '_RearVibrationSensor_Protect',
-            type: 'warning',
-          },
-          {
-            title: '流量传感器保护投退',
-            code: '_FlowSensor_Protect',
-            type: 'warning',
-          },
-
-          {
-            title: '电压高报警值',
-            code: '_HighVoltageAlarmSetting',
-            type: '',
-          },
-          {
-            title: '电流高报警值',
-            code: '_HighCurrentAlarmSetting',
-            type: '',
-          },
-          {
-            title: '排气温度高报警值',
-            code: '_ExhaustTempHighAlarmSetting',
-            type: '',
-          },
-          {
-            title: '振动值高报警值',
-            code: '_VibrationHighAlarmSetting',
-            type: '',
-          },
-          {
-            title: '流量高报警值',
-            code: '_FlowHighAlarmSetting',
-            type: '',
-          },
+    },
+    {
+        type: 'list',
+        title: '压风机3',
+        stateHeader: [],
+        children: [
+            {
+                title: '',
+                childTitle: ['3#压风机'],
+                key: ['PRE3'],
+                list: [
+                    {
+                        title: '启动',
+                        code: '_AirCompressor_Start',
+                        type: 'sign',
+                    },
+                    {
+                        title: '停止',
+                        code: '_AirCompressor_Stop',
+                        type: 'sign',
+                    },
+                    {
+                        title: '复位',
+                        code: '_AirCompressor_Reset',
+                        type: 'sign',
+                    },
+                    {
+                        title: '加载',
+                        code: '_AirCompressor_Load',
+                        type: 'warning',
+                    },
+                    {
+                        title: `电机前轴振动`,
+                        code: `_FrontVibration`,
+                        type: '',
+                    },
+                    {
+                        title: '电机前轴温度',
+                        code: '_FrontTemp',
+                        type: '',
+                    },
+                    {
+                        title: '回水管流量',
+                        code: '_ReturnFlow',
+                        type: '',
+                    },
+                    {
+                        title: '电压高报警值',
+                        code: '_HighVoltageAlarmSetting',
+                        type: '',
+                    },
+                    {
+                        title: '电流高报警值',
+                        code: '_HighCurrentAlarmSetting',
+                        type: '',
+                    },
+                    {
+                        title: '排气温度高报警值',
+                        code: '_ExhaustTempHighAlarmSetting',
+                        type: '',
+                    },
+                    {
+                        title: '振动值高报警值',
+                        code: '_VibrationHighAlarmSetting',
+                        type: '',
+                    },
+                    {
+                        title: '流量高报警值',
+                        code: '_FlowHighAlarmSetting',
+                        type: '',
+                    },
+                    {
+                        title: '启动超时报警',
+                        code: '_Blower_StartTimeout',
+                        type: 'warning',
+                    },
+                    {
+                        title: '停止超时报警',
+                        code: '_Blower_StopTimeout',
+                        type: 'warning',
+                    },
+                    {
+                        title: `前轴振动高报警`,
+                        code: `_Motor_FrontVibHigh`,
+                        type: 'warning',
+                    },
+                    {
+                        title: '前轴振动低报警',
+                        code: '_Motor_FrontVibLow',
+                        type: 'warning',
+                    },
+                    {
+                        title: '后轴振动高报警',
+                        code: '_Motor_RearVibHigh',
+                        type: 'warning',
+                    },
+                    {
+                        title: '后轴振动低报警',
+                        code: '_Motor_RearVibLow',
+                        type: 'warning',
+                    },
+                    {
+                        title: '压力传感器保护投退',
+                        code: '_PressureSensor_Protect',
+                        type: 'warning',
+                    },
+                    {
+                        title: '温度传感器保护投退',
+                        code: '_TemperatureSensor_Protect',
+                        type: 'warning',
+                    },
+                    {
+                        title: '前轴振动传感器保护投退',
+                        code: '_FrontVibrationSensor_Protect',
+                        type: 'warning',
+                    },
+                    {
+                        title: '后轴振动传感器保护投退',
+                        code: '_RearVibrationSensor_Protect',
+                        type: 'warning',
+                    },
+                    {
+                        title: '流量传感器保护投退',
+                        code: '_FlowSensor_Protect',
+                        type: 'warning',
+                    },
+                ],
+            },
         ],
-      },
-    ],
-  },
+    },
 ];
 
 export const rightMonitor = [
-  {
-    type: 'list',
-    title: '压风机4',
-    stateHeader: [],
-    children: [
-      {
-        title: '',
-        childTitle: ['4#压风机'],
-        key: ['PRE4'],
-        list: [
-          {
-            title: '启动',
-            code: '_AirCompressor_Start',
-            type: 'sign',
-          },
-          {
-            title: '停止',
-            code: '_AirCompressor_Stop',
-            type: 'sign',
-          },
-          {
-            title: '复位',
-            code: '_AirCompressor_Reset',
-            type: 'sign',
-          },
-          {
-            title: '加载',
-            code: '_AirCompressor_Load',
-            type: 'warning',
-          },
-          {
-            title: `电机前轴振动`,
-            code: `_FrontVibration`,
-            type: '',
-          },
-          {
-            title: '电机前轴温度',
-            code: '_FrontTemp',
-            type: '',
-          },
-          {
-            title: '回水管流量',
-            code: '_ReturnFlow',
-            type: '',
-          },
-          {
-            title: '启动超时报警',
-            code: '_Blower_StartTimeout',
-            type: 'warning',
-          },
-          {
-            title: '停止超时报警',
-            code: '_Blower_StopTimeout',
-            type: 'warning',
-          },
-          {
-            title: `前轴振动高报警`,
-            code: `_Motor_FrontVibHigh`,
-            type: 'warning',
-          },
-          {
-            title: '前轴振动低报警',
-            code: '_Motor_FrontVibLow',
-            type: 'warning',
-          },
-          {
-            title: '后轴振动高报警',
-            code: '_Motor_RearVibHigh',
-            type: 'warning',
-          },
-          {
-            title: '后轴振动低报警',
-            code: '_Motor_RearVibLow',
-            type: 'warning',
-          },
-          {
-            title: '压力传感器保护投退',
-            code: '_PressureSensor_Protect',
-            type: 'warning',
-          },
-          {
-            title: '温度传感器保护投退',
-            code: '_TemperatureSensor_Protect',
-            type: 'warning',
-          },
-          {
-            title: '前轴振动传感器保护投退',
-            code: '_FrontVibrationSensor_Protect',
-            type: 'warning',
-          },
-          {
-            title: '后轴振动传感器保护投退',
-            code: '_RearVibrationSensor_Protect',
-            type: 'warning',
-          },
-          {
-            title: '流量传感器保护投退',
-            code: '_FlowSensor_Protect',
-            type: 'warning',
-          },
-
-          {
-            title: '电压高报警值',
-            code: '_HighVoltageAlarmSetting',
-            type: '',
-          },
-          {
-            title: '电流高报警值',
-            code: '_HighCurrentAlarmSetting',
-            type: '',
-          },
-          {
-            title: '排气温度高报警值',
-            code: '_ExhaustTempHighAlarmSetting',
-            type: '',
-          },
-          {
-            title: '振动值高报警值',
-            code: '_VibrationHighAlarmSetting',
-            type: '',
-          },
-          {
-            title: '流量高报警值',
-            code: '_FlowHighAlarmSetting',
-            type: '',
-          },
+    {
+        type: 'list',
+        title: '压风机4',
+        stateHeader: [],
+        children: [
+            {
+                title: '',
+                childTitle: ['4#压风机'],
+                key: ['PRE4'],
+                list: [
+                    {
+                        title: '启动',
+                        code: '_AirCompressor_Start',
+                        type: 'sign',
+                    },
+                    {
+                        title: '停止',
+                        code: '_AirCompressor_Stop',
+                        type: 'sign',
+                    },
+                    {
+                        title: '复位',
+                        code: '_AirCompressor_Reset',
+                        type: 'sign',
+                    },
+                    {
+                        title: '加载',
+                        code: '_AirCompressor_Load',
+                        type: 'warning',
+                    },
+                    {
+                        title: `电机前轴振动`,
+                        code: `_FrontVibration`,
+                        type: '',
+                    },
+                    {
+                        title: '电机前轴温度',
+                        code: '_FrontTemp',
+                        type: '',
+                    },
+                    {
+                        title: '回水管流量',
+                        code: '_ReturnFlow',
+                        type: '',
+                    },
+                    {
+                        title: '电压高报警值',
+                        code: '_HighVoltageAlarmSetting',
+                        type: '',
+                    },
+                    {
+                        title: '电流高报警值',
+                        code: '_HighCurrentAlarmSetting',
+                        type: '',
+                    },
+                    {
+                        title: '排气温度高报警值',
+                        code: '_ExhaustTempHighAlarmSetting',
+                        type: '',
+                    },
+                    {
+                        title: '振动值高报警值',
+                        code: '_VibrationHighAlarmSetting',
+                        type: '',
+                    },
+                    {
+                        title: '流量高报警值',
+                        code: '_FlowHighAlarmSetting',
+                        type: '',
+                    },
+                    {
+                        title: '启动超时报警',
+                        code: '_Blower_StartTimeout',
+                        type: 'warning',
+                    },
+                    {
+                        title: '停止超时报警',
+                        code: '_Blower_StopTimeout',
+                        type: 'warning',
+                    },
+                    {
+                        title: `前轴振动高报警`,
+                        code: `_Motor_FrontVibHigh`,
+                        type: 'warning',
+                    },
+                    {
+                        title: '前轴振动低报警',
+                        code: '_Motor_FrontVibLow',
+                        type: 'warning',
+                    },
+                    {
+                        title: '后轴振动高报警',
+                        code: '_Motor_RearVibHigh',
+                        type: 'warning',
+                    },
+                    {
+                        title: '后轴振动低报警',
+                        code: '_Motor_RearVibLow',
+                        type: 'warning',
+                    },
+                    {
+                        title: '压力传感器保护投退',
+                        code: '_PressureSensor_Protect',
+                        type: 'warning',
+                    },
+                    {
+                        title: '温度传感器保护投退',
+                        code: '_TemperatureSensor_Protect',
+                        type: 'warning',
+                    },
+                    {
+                        title: '前轴振动传感器保护投退',
+                        code: '_FrontVibrationSensor_Protect',
+                        type: 'warning',
+                    },
+                    {
+                        title: '后轴振动传感器保护投退',
+                        code: '_RearVibrationSensor_Protect',
+                        type: 'warning',
+                    },
+                    {
+                        title: '流量传感器保护投退',
+                        code: '_FlowSensor_Protect',
+                        type: 'warning',
+                    },
+                ],
+            },
         ],
-      },
-    ],
-  },
-  {
-    type: 'list',
-    title: '压风机5',
-    stateHeader: [],
-    children: [
-      {
-        title: '',
-        childTitle: ['5#压风机'],
-        key: ['PRE5'],
-        list: [
-          {
-            title: '启动',
-            code: '_AirCompressor_Start',
-            type: 'sign',
-          },
-          {
-            title: '停止',
-            code: '_AirCompressor_Stop',
-            type: 'sign',
-          },
-          {
-            title: '复位',
-            code: '_AirCompressor_Reset',
-            type: 'sign',
-          },
-          {
-            title: '加载',
-            code: '_AirCompressor_Load',
-            type: 'warning',
-          },
-          {
-            title: `电机前轴振动`,
-            code: `_FrontVibration`,
-            type: '',
-          },
-          {
-            title: '电机前轴温度',
-            code: '_FrontTemp',
-            type: '',
-          },
-          {
-            title: '回水管流量',
-            code: '_ReturnFlow',
-            type: '',
-          },
-          {
-            title: '启动超时报警',
-            code: '_Blower_StartTimeout',
-            type: 'warning',
-          },
-          {
-            title: '停止超时报警',
-            code: '_Blower_StopTimeout',
-            type: 'warning',
-          },
-          {
-            title: `前轴振动高报警`,
-            code: `_Motor_FrontVibHigh`,
-            type: 'warning',
-          },
-          {
-            title: '前轴振动低报警',
-            code: '_Motor_FrontVibLow',
-            type: 'warning',
-          },
-          {
-            title: '后轴振动高报警',
-            code: '_Motor_RearVibHigh',
-            type: 'warning',
-          },
-          {
-            title: '后轴振动低报警',
-            code: '_Motor_RearVibLow',
-            type: 'warning',
-          },
-          {
-            title: '压力传感器保护投退',
-            code: '_PressureSensor_Protect',
-            type: 'warning',
-          },
-          {
-            title: '温度传感器保护投退',
-            code: '_TemperatureSensor_Protect',
-            type: 'warning',
-          },
-          {
-            title: '前轴振动传感器保护投退',
-            code: '_FrontVibrationSensor_Protect',
-            type: 'warning',
-          },
-          {
-            title: '后轴振动传感器保护投退',
-            code: '_RearVibrationSensor_Protect',
-            type: 'warning',
-          },
-          {
-            title: '流量传感器保护投退',
-            code: '_FlowSensor_Protect',
-            type: 'warning',
-          },
-
-          {
-            title: '电压高报警值',
-            code: '_HighVoltageAlarmSetting',
-            type: '',
-          },
-          {
-            title: '电流高报警值',
-            code: '_HighCurrentAlarmSetting',
-            type: '',
-          },
-          {
-            title: '排气温度高报警值',
-            code: '_ExhaustTempHighAlarmSetting',
-            type: '',
-          },
-          {
-            title: '振动值高报警值',
-            code: '_VibrationHighAlarmSetting',
-            type: '',
-          },
-          {
-            title: '流量高报警值',
-            code: '_FlowHighAlarmSetting',
-            type: '',
-          },
+    },
+    {
+        type: 'list',
+        title: '压风机5',
+        stateHeader: [],
+        children: [
+            {
+                title: '',
+                childTitle: ['5#压风机'],
+                key: ['PRE5'],
+                list: [
+                    {
+                        title: '启动',
+                        code: '_AirCompressor_Start',
+                        type: 'sign',
+                    },
+                    {
+                        title: '停止',
+                        code: '_AirCompressor_Stop',
+                        type: 'sign',
+                    },
+                    {
+                        title: '复位',
+                        code: '_AirCompressor_Reset',
+                        type: 'sign',
+                    },
+                    {
+                        title: '加载',
+                        code: '_AirCompressor_Load',
+                        type: 'warning',
+                    },
+                    {
+                        title: `电机前轴振动`,
+                        code: `_FrontVibration`,
+                        type: '',
+                    },
+                    {
+                        title: '电机前轴温度',
+                        code: '_FrontTemp',
+                        type: '',
+                    },
+                    {
+                        title: '回水管流量',
+                        code: '_ReturnFlow',
+                        type: '',
+                    },
+                    {
+                        title: '电压高报警值',
+                        code: '_HighVoltageAlarmSetting',
+                        type: '',
+                    },
+                    {
+                        title: '电流高报警值',
+                        code: '_HighCurrentAlarmSetting',
+                        type: '',
+                    },
+                    {
+                        title: '排气温度高报警值',
+                        code: '_ExhaustTempHighAlarmSetting',
+                        type: '',
+                    },
+                    {
+                        title: '振动值高报警值',
+                        code: '_VibrationHighAlarmSetting',
+                        type: '',
+                    },
+                    {
+                        title: '流量高报警值',
+                        code: '_FlowHighAlarmSetting',
+                        type: '',
+                    },
+                    {
+                        title: '启动超时报警',
+                        code: '_Blower_StartTimeout',
+                        type: 'warning',
+                    },
+                    {
+                        title: '停止超时报警',
+                        code: '_Blower_StopTimeout',
+                        type: 'warning',
+                    },
+                    {
+                        title: `前轴振动高报警`,
+                        code: `_Motor_FrontVibHigh`,
+                        type: 'warning',
+                    },
+                    {
+                        title: '前轴振动低报警',
+                        code: '_Motor_FrontVibLow',
+                        type: 'warning',
+                    },
+                    {
+                        title: '后轴振动高报警',
+                        code: '_Motor_RearVibHigh',
+                        type: 'warning',
+                    },
+                    {
+                        title: '后轴振动低报警',
+                        code: '_Motor_RearVibLow',
+                        type: 'warning',
+                    },
+                    {
+                        title: '压力传感器保护投退',
+                        code: '_PressureSensor_Protect',
+                        type: 'warning',
+                    },
+                    {
+                        title: '温度传感器保护投退',
+                        code: '_TemperatureSensor_Protect',
+                        type: 'warning',
+                    },
+                    {
+                        title: '前轴振动传感器保护投退',
+                        code: '_FrontVibrationSensor_Protect',
+                        type: 'warning',
+                    },
+                    {
+                        title: '后轴振动传感器保护投退',
+                        code: '_RearVibrationSensor_Protect',
+                        type: 'warning',
+                    },
+                    {
+                        title: '流量传感器保护投退',
+                        code: '_FlowSensor_Protect',
+                        type: 'warning',
+                    },
+                ],
+            },
         ],
-      },
-    ],
-  },
-  {
-    type: 'list',
-    title: '压风机6',
-    stateHeader: [],
-    children: [
-      {
-        title: '',
-        childTitle: ['6#压风机'],
-        key: ['PRE6'],
-        list: [
-          {
-            title: '启动',
-            code: '_AirCompressor_Start',
-            type: 'sign',
-          },
-          {
-            title: '停止',
-            code: '_AirCompressor_Stop',
-            type: 'sign',
-          },
-          {
-            title: '复位',
-            code: '_AirCompressor_Reset',
-            type: 'sign',
-          },
-          {
-            title: '加载',
-            code: '_AirCompressor_Load',
-            type: 'warning',
-          },
-          {
-            title: `电机前轴振动`,
-            code: `_FrontVibration`,
-            type: '',
-          },
-          {
-            title: '电机前轴温度',
-            code: '_FrontTemp',
-            type: '',
-          },
-          {
-            title: '回水管流量',
-            code: '_ReturnFlow',
-            type: '',
-          },
-          {
-            title: '启动超时报警',
-            code: '_Blower_StartTimeout',
-            type: 'warning',
-          },
-          {
-            title: '停止超时报警',
-            code: '_Blower_StopTimeout',
-            type: 'warning',
-          },
-          {
-            title: `前轴振动高报警`,
-            code: `_Motor_FrontVibHigh`,
-            type: 'warning',
-          },
-          {
-            title: '前轴振动低报警',
-            code: '_Motor_FrontVibLow',
-            type: 'warning',
-          },
-          {
-            title: '后轴振动高报警',
-            code: '_Motor_RearVibHigh',
-            type: 'warning',
-          },
-          {
-            title: '后轴振动低报警',
-            code: '_Motor_RearVibLow',
-            type: 'warning',
-          },
-          {
-            title: '压力传感器保护投退',
-            code: '_PressureSensor_Protect',
-            type: 'warning',
-          },
-          {
-            title: '温度传感器保护投退',
-            code: '_TemperatureSensor_Protect',
-            type: 'warning',
-          },
-          {
-            title: '前轴振动传感器保护投退',
-            code: '_FrontVibrationSensor_Protect',
-            type: 'warning',
-          },
-          {
-            title: '后轴振动传感器保护投退',
-            code: '_RearVibrationSensor_Protect',
-            type: 'warning',
-          },
-          {
-            title: '流量传感器保护投退',
-            code: '_FlowSensor_Protect',
-            type: 'warning',
-          },
-
-          {
-            title: '电压高报警值',
-            code: '_HighVoltageAlarmSetting',
-            type: '',
-          },
-          {
-            title: '电流高报警值',
-            code: '_HighCurrentAlarmSetting',
-            type: '',
-          },
-          {
-            title: '排气温度高报警值',
-            code: '_ExhaustTempHighAlarmSetting',
-            type: '',
-          },
-          {
-            title: '振动值高报警值',
-            code: '_VibrationHighAlarmSetting',
-            type: '',
-          },
-          {
-            title: '流量高报警值',
-            code: '_FlowHighAlarmSetting',
-            type: '',
-          },
+    },
+    {
+        type: 'list',
+        title: '压风机6',
+        stateHeader: [],
+        children: [
+            {
+                title: '',
+                childTitle: ['6#压风机'],
+                key: ['PRE6'],
+                list: [
+                    {
+                        title: '启动',
+                        code: '_AirCompressor_Start',
+                        type: 'sign',
+                    },
+                    {
+                        title: '停止',
+                        code: '_AirCompressor_Stop',
+                        type: 'sign',
+                    },
+                    {
+                        title: '复位',
+                        code: '_AirCompressor_Reset',
+                        type: 'sign',
+                    },
+                    {
+                        title: '加载',
+                        code: '_AirCompressor_Load',
+                        type: 'warning',
+                    },
+                    {
+                        title: `电机前轴振动`,
+                        code: `_FrontVibration`,
+                        type: '',
+                    },
+                    {
+                        title: '电机前轴温度',
+                        code: '_FrontTemp',
+                        type: '',
+                    },
+                    {
+                        title: '回水管流量',
+                        code: '_ReturnFlow',
+                        type: '',
+                    },
+                    {
+                        title: '电压高报警值',
+                        code: '_HighVoltageAlarmSetting',
+                        type: '',
+                    },
+                    {
+                        title: '电流高报警值',
+                        code: '_HighCurrentAlarmSetting',
+                        type: '',
+                    },
+                    {
+                        title: '排气温度高报警值',
+                        code: '_ExhaustTempHighAlarmSetting',
+                        type: '',
+                    },
+                    {
+                        title: '振动值高报警值',
+                        code: '_VibrationHighAlarmSetting',
+                        type: '',
+                    },
+                    {
+                        title: '流量高报警值',
+                        code: '_FlowHighAlarmSetting',
+                        type: '',
+                    },
+                    {
+                        title: '启动超时报警',
+                        code: '_Blower_StartTimeout',
+                        type: 'warning',
+                    },
+                    {
+                        title: '停止超时报警',
+                        code: '_Blower_StopTimeout',
+                        type: 'warning',
+                    },
+                    {
+                        title: `前轴振动高报警`,
+                        code: `_Motor_FrontVibHigh`,
+                        type: 'warning',
+                    },
+                    {
+                        title: '前轴振动低报警',
+                        code: '_Motor_FrontVibLow',
+                        type: 'warning',
+                    },
+                    {
+                        title: '后轴振动高报警',
+                        code: '_Motor_RearVibHigh',
+                        type: 'warning',
+                    },
+                    {
+                        title: '后轴振动低报警',
+                        code: '_Motor_RearVibLow',
+                        type: 'warning',
+                    },
+                    {
+                        title: '压力传感器保护投退',
+                        code: '_PressureSensor_Protect',
+                        type: 'warning',
+                    },
+                    {
+                        title: '温度传感器保护投退',
+                        code: '_TemperatureSensor_Protect',
+                        type: 'warning',
+                    },
+                    {
+                        title: '前轴振动传感器保护投退',
+                        code: '_FrontVibrationSensor_Protect',
+                        type: 'warning',
+                    },
+                    {
+                        title: '后轴振动传感器保护投退',
+                        code: '_RearVibrationSensor_Protect',
+                        type: 'warning',
+                    },
+                    {
+                        title: '流量传感器保护投退',
+                        code: '_FlowSensor_Protect',
+                        type: 'warning',
+                    },
+                ],
+            },
         ],
-      },
-    ],
-  },
+    },
 ];
 
 export const detailCtrl = [];