Browse Source

主机详情修改远程启动信号

meizhou
v-lijf43 3 weeks ago
parent
commit
2167d233dd
  1. 6
      src/views/centerairC/sysMonitor/hostDetails.vue

6
src/views/centerairC/sysMonitor/hostDetails.vue

@ -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 =

Loading…
Cancel
Save