dengrui 5 månader sedan
förälder
incheckning
658dfd9747
1 ändrade filer med 4 tillägg och 4 borttagningar
  1. 4 4
      src/views/plan/workOrder/index.vue

+ 4 - 4
src/views/plan/workOrder/index.vue

@@ -111,14 +111,14 @@
           :size="size"
           >撤销</el-button
         >
-        <el-button
+        <!-- <el-button
           icon="el-icon-setting"
           text
           @click="showCheckTask(row)"
           type="primary"
           :size="size"
           >检验任务</el-button
-        >
+        > -->
         <el-button
           icon="el-icon-setting"
           text
@@ -619,7 +619,7 @@ option.value = Object.assign(option.value, {
   editBtn: false,
   column: [
     {
-      label: "工单编号",
+      label: "生产编号",
       prop: "workOrderCode",
       search: true,
       display: false,
@@ -965,7 +965,7 @@ option.value = Object.assign(option.value, {
       },
     },
     {
-      label: "生产批号",
+      label: "检验批号",
       prop: "produceCode",
       width: "100",
     },