소스 검색

任务排序更改

qinhb 11 달 전
부모
커밋
c90ef2cdd1
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/views/plan/schedule/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,
     },