diff --git a/src/views/centerairC/sysMonitor/hostDetails.vue b/src/views/centerairC/sysMonitor/hostDetails.vue index b3c0b33..0e21750 100644 --- a/src/views/centerairC/sysMonitor/hostDetails.vue +++ b/src/views/centerairC/sysMonitor/hostDetails.vue @@ -537,11 +537,12 @@ export default { let newDataArray = []; // 用于存储符合条件的对象的新数组 data.forEach((item) => { if ( - item.otherName.includes("冷冻回水温度") || + (item.otherName.includes("冷冻回水温度") || item.otherName.includes("冷冻供水温度") || item.otherName.includes("冷却回水温度") || item.otherName.includes("冷却供水温度") || - item.otherName.includes("负载") + item.otherName.includes("主机负载")) + && !item.otherName.includes("设定") ) { let dataItem = { name: item.otherName, diff --git a/src/views/centerairC/sysMonitor/monitorCenter.vue b/src/views/centerairC/sysMonitor/monitorCenter.vue index c29702e..12baf49 100644 --- a/src/views/centerairC/sysMonitor/monitorCenter.vue +++ b/src/views/centerairC/sysMonitor/monitorCenter.vue @@ -115,7 +115,7 @@ -
+
ON
@@ -145,10 +145,10 @@
{{ startOrStopStatus }}
-
+