diff --git a/src/views/centerairC/sysMonitor/hostDetails.vue b/src/views/centerairC/sysMonitor/hostDetails.vue index 13b7384..912ca33 100644 --- a/src/views/centerairC/sysMonitor/hostDetails.vue +++ b/src/views/centerairC/sysMonitor/hostDetails.vue @@ -64,7 +64,7 @@
- 远程开关机: + 远程启动信号: {{ onOffObj.curValue }}
@@ -495,8 +495,8 @@ export default { this.hostData.forEach((item) => { //左边主机参数 根据不同的 paramType 处理 showValue if ( - item.paramType === "2" && - item.otherName.includes("手动启停") + item.paramType === "22" && + item.otherName.includes("远程启动信号") ) { // 远程开关机-手动启停 // item.showValue =