Commit ac0b928c authored by 蔡伟's avatar 蔡伟

Merge branch 'feat/layout-style' into 'dev'

chore(*): 除尘器总览状态颜色优化

See merge request !23
parents 9c889830 b64fe177
......@@ -113,8 +113,8 @@
@click="handleStatusDotClick(row, colIndex)"
:class="{
'status-normal': status.healthStatus === 1,
'status-warning': status.healthStatus === 2,
'status-error': status.healthStatus === 3,
'status-warning': status.healthStatus === 3,
'status-error': status.healthStatus === 2,
}"
></div>
</div>
......
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