Commit b64fe177 authored by Cai Wei's avatar Cai Wei

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

parent 2c95c7f0
...@@ -113,8 +113,8 @@ ...@@ -113,8 +113,8 @@
@click="handleStatusDotClick(row, colIndex)" @click="handleStatusDotClick(row, colIndex)"
:class="{ :class="{
'status-normal': status.healthStatus === 1, 'status-normal': status.healthStatus === 1,
'status-warning': status.healthStatus === 2, 'status-warning': status.healthStatus === 3,
'status-error': status.healthStatus === 3, 'status-error': status.healthStatus === 2,
}" }"
></div> ></div>
</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