温湿度卡片在线状态显示错误的问题。

This commit is contained in:
曹磊 2025-08-19 14:41:42 +08:00
parent 18c6048171
commit 4b23a27797
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
<div style="font-size: 12px;">抄表时间{{item.reportingTime?item.reportingTime:'未抄表'}}</div>
</a-col>
<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 :span="24">
<a-divider style="margin: 10px 0 0 0" />