温湿度卡片在线状态显示错误的问题。
This commit is contained in:
parent
18c6048171
commit
4b23a27797
|
@ -33,7 +33,7 @@
|
||||||
<div style="font-size: 12px;">抄表时间:{{item.reportingTime?item.reportingTime:'未抄表'}}</div>
|
<div style="font-size: 12px;">抄表时间:{{item.reportingTime?item.reportingTime:'未抄表'}}</div>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="6" style="text-align: center;padding-top: 4px;">
|
<a-col :span="6" style="text-align: center;padding-top: 4px;">
|
||||||
<div :class="item.relayState=='1'?'zxClass':'lxClass'">{{item.status=='1'?'在线':'离线'}}</div>
|
<div :class="item.status=='0'?'zxClass':'lxClass'">{{item.status=='0'?'在线':'离线'}}</div>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="24">
|
<a-col :span="24">
|
||||||
<a-divider style="margin: 10px 0 0 0" />
|
<a-divider style="margin: 10px 0 0 0" />
|
||||||
|
|
Loading…
Reference in New Issue