Browse Source

流转卡号更改

qinhb 3 months ago
parent
commit
f2781a8af6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/process/components/transferNum.vue

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

@@ -45,7 +45,7 @@
               <div :class="item.state == '0' || item.state == '2' ? 'status success' : 'status'">
               <div :class="item.state == '0' || item.state == '2' ? 'status success' : 'status'">
                 {{
                 {{
                   dictS.getLableByValue(
                   dictS.getLableByValue(
-                    "work_order_seq_state",
+                    "station_task_state",
                     String(item.state)
                     String(item.state)
                   )
                   )
                 }}
                 }}