@@ -10,6 +10,7 @@ export const useDictionaryStore = defineStore("dictionaryStore", () => {
"outsource_state",
"work_order_seq_state",
"accessories_type",
+ "station_task_state",
"danwei_type",
"system_message_type",
"plan_work_order_state",
@@ -41,16 +41,16 @@
<div
:class="
dictS.getLableByValue(
- 'work_order_seq_state',
+ 'station_task_state',
String(item.state)
- ) == '完成'
+ ) == '已完成'
? 'status success'
: 'status'
"
>
{{
- "work_order_seq_state",
)
}}