GitLab
Sign in
qiangmj
/
ebc-Mes
Back to Dashboard
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Snippets
Download as
Email Patches
Plain Diff
Browse Code »
Commit
7956107b010410ac90a4f3bec88152da22141b4c
Authored by
qmj
2026-01-26 11:19:53 +0800
1 parent
0e309562
调整已暂停任务可完工
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/mes/scheduledTasks/machineTasks/index.js
src/mes/scheduledTasks/machineTasks/index.js
View file @
7956107
...
...
@@ -574,7 +574,7 @@ const MachineTasks = baseProps => {
574
574
btnBgColor = "#AAA";
575
575
sDefault = "${false}";
576
576
}
577
- if (iStar
!== 1
) {
577
+ if (iStar
=== 2
) {
578
578
finishBtnBgColor = "#AAA"
579
579
finishSdefault = "${false}";
580
580
} else {
...
...