@@ -18,6 +18,7 @@ export const useDictionaryStore = defineStore("dictionaryStore", () => {
"escalation_fault_state",
"excel_type",
"device_type",
+ "work_order_seq_state",
];
const dicts = ref<{ [key: string]: any[] }>({});
@@ -47,7 +47,7 @@
? 'status success'
: 'status'
"
- ><span v-if="item.seqState!='1'">
+ ><span v-if="item.seqState=='0'||item.seqState=='2'">
{{
dictS.getLableByValue(
"station_task_state",
@@ -58,6 +58,15 @@
<span v-if="item.seqState=='1'" style="color:red">
冻结
</span>
+ <span v-if="item.seqState == '3'" style="color:red">
+ 报废
+ </span>
+ <span v-if="item.seqState == '4'" style="color:red">
+ 下线
+ <span v-if="item.seqState=='5'" style="color:red">
+ 破坏行抽检
</div>