소스 검색

Merge branch 'qingban' of http://192.168.101.4:3000/jiaxiaoqiang/JG-ADMIN-TEMP into qingban

dengrui 11 달 전
부모
커밋
103cd506d9
2개의 변경된 파일2개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 3
      src/views/plan/schedule/index.vue
  2. 2 2
      src/views/plan/workOrder/index.vue

+ 0 - 3
src/views/plan/schedule/index.vue

@@ -163,9 +163,6 @@ option.value = Object.assign(option.value, {
     {
       label: "排序",
       prop: "operationSort",
-      formatter: (val) => {
-        return val.operationSort + 1;
-      },
       editDisabled: true,
       width: 60,
     },

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

@@ -90,12 +90,12 @@
             @click="revoke(row.id)"
             type="primary"
             :size="size">撤销</el-button>
-        <el-button
+<!--        <el-button
             icon="el-icon-setting"
             text
             @click="jumpPage(row.workOrderCode,1)"
             type="primary"
-            :size="size">领用申请</el-button>
+            :size="size">领用申请</el-button>-->
         <el-button
             icon="el-icon-setting"
             text