|
@@ -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"
|