damon227 2 년 전
부모
커밋
d2ae65dc1a
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/views/modules/works/work.vue

+ 2 - 1
src/views/modules/works/work.vue

@@ -156,7 +156,8 @@
               Number(scope.row.state) === 2 &&
               (scope.row.taskType == null ||
                 scope.row.taskType === 'start' ||
-                scope.row.taskType === 'produce')
+                scope.row.taskType === 'produce' ||
+                scope.row.taskType === 'routine')
             "
             type="text"
             size="small"