Commit ea56db5b authored by lei's avatar lei

fix:排水系统大屏自动化控制按钮状态修改

parent bc6c7408
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<div class="center-title-box"> <div class="center-title-box">
<div class="control-state"> <div class="control-state">
<!-- 简化class绑定语法 --> <!-- 简化class绑定语法 -->
<p :class="{ active: intelligentControl.value == 1 }"> <p :class="{ active: intelligentControl.value == 0 }">
<span class="icon-img"></span> <span class="icon-img"></span>
<span>{{ intelligentControl.name }}</span> <span>{{ intelligentControl.name }}</span>
</p> </p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment