Bläddra i källkod

数据采集目录排版调整

liziliang 1 månad sedan
förälder
incheckning
28bade3185
1 ändrade filer med 10 tillägg och 10 borttagningar
  1. 10 10
      src/views/pro-steps/components/operates.vue

+ 10 - 10
src/views/pro-steps/components/operates.vue

@@ -100,25 +100,25 @@ const stepComponents = ref([
     compentType: "baogong",
   },
   {
-    compentName: "返工",
-    compentType: "fangong",
+    compentName: "检验",
+    compentType: "xunjian",
   },
   {
     compentName: "剔除",
     compentType: "tichu",
   },
   {
-    compentName: "印刷板",
-    compentType: "printboard",
-  },
-  {
-    compentName: "检验批号",
-    compentType: "jianyanpihao",
+    compentName: "返工",
+    compentType: "fangong",
   },
   {
-    compentName: "检验",
-    compentType: "xunjian",
+    compentName: "印刷板",
+    compentType: "printboard",
   },
+  // {
+  //   compentName: "检验批号",
+  //   compentType: "jianyanpihao",
+  // },
 ]);
 const setComponents = () => {
   // if (store.scanInfo.inspection == 1 || store.scanInfo.firstCheck == 1) {