|
|
|
|
@ -64,7 +64,7 @@
|
|
|
|
|
</div> |
|
|
|
|
<div class="hostStatus"> |
|
|
|
|
<div class="hostStatus-li"> |
|
|
|
|
<span>远程开关机:</span> |
|
|
|
|
<span>远程启动信号:</span> |
|
|
|
|
<span class="automaticData">{{ onOffObj.curValue }}</span> |
|
|
|
|
</div> |
|
|
|
|
<div class="hostStatus-li"> |
|
|
|
|
@ -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 = |
|
|
|
|
|