Commit 7956107b010410ac90a4f3bec88152da22141b4c
1 parent
0e309562
调整已暂停任务可完工
Showing
1 changed file
with
1 additions
and
1 deletions
src/mes/scheduledTasks/machineTasks/index.js
| @@ -574,7 +574,7 @@ const MachineTasks = baseProps => { | @@ -574,7 +574,7 @@ const MachineTasks = baseProps => { | ||
| 574 | btnBgColor = "#AAA"; | 574 | btnBgColor = "#AAA"; |
| 575 | sDefault = "${false}"; | 575 | sDefault = "${false}"; |
| 576 | } | 576 | } |
| 577 | - if (iStar !== 1) { | 577 | + if (iStar === 2) { |
| 578 | finishBtnBgColor = "#AAA" | 578 | finishBtnBgColor = "#AAA" |
| 579 | finishSdefault = "${false}"; | 579 | finishSdefault = "${false}"; |
| 580 | } else { | 580 | } else { |