Forráskód Böngészése

Merge branch 'cf_dev' of http://192.168.101.4:3000/jiaxiaoqiang/JG-CLIENT-TEMP into cf_dev

jiaxiaoqiang 6 hónapja
szülő
commit
e2cac00f97

+ 1 - 0
src/store/modules/dictionary.ts

@@ -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",

+ 3 - 3
src/views/process/components/transferNum.vue

@@ -41,16 +41,16 @@
             <div
               :class="
                 dictS.getLableByValue(
-                  'work_order_seq_state',
+                  'station_task_state',
                   String(item.state)
-                ) == '完成'
+                ) == '完成'
                   ? 'status success'
                   : 'status'
               "
             >
               {{
                 dictS.getLableByValue(
-                  "work_order_seq_state",
+                  "station_task_state",
                   String(item.state)
                 )
               }}