소스 검색

修改bug

695593266@qq.com 4 달 전
부모
커밋
79db261a7d
1개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 7 7
      src/views/productionPlan/index.vue

+ 7 - 7
src/views/productionPlan/index.vue

@@ -663,12 +663,12 @@
             align: 'center',
             minWidth: 160
           },
-          {
-            prop: 'mesStatusName',
-            label: '工单状态',
-            align: 'center',
-            minWidth: 160
-          },
+          // {
+          //   prop: 'mesStatusName',
+          //   label: '工单状态',
+          //   align: 'center',
+          //   minWidth: 160
+          // },
           {
             prop: 'productCode',
             label: '编码',
@@ -956,7 +956,7 @@
           {
             columnKey: 'status',
             slot: 'status',
-            label: '计划状态',
+            label: '状态',
             align: 'center',
             formatter: (row) => {
               const obj = this.statusOpt[this.activeName].find(