damon227 2 years ago
parent
commit
d2ae65dc1a
1 changed files with 2 additions and 1 deletions
  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 &&
               Number(scope.row.state) === 2 &&
               (scope.row.taskType == null ||
               (scope.row.taskType == null ||
                 scope.row.taskType === 'start' ||
                 scope.row.taskType === 'start' ||
-                scope.row.taskType === 'produce')
+                scope.row.taskType === 'produce' ||
+                scope.row.taskType === 'routine')
             "
             "
             type="text"
             type="text"
             size="small"
             size="small"