@@ -42,10 +42,10 @@
<div
style="display: flex; flex-direction: column; align-items: end"
>
- <div :class="item.state == '2' ? 'status success' : 'status'">
+ <div :class="item.state == '0' || item.state == '2' ? 'status success' : 'status'">
{{
dictS.getLableByValue(
- "station_task_state",
+ "work_order_seq_state",
String(item.state)
)
}}