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