openatc-components 0.2.27 → 0.2.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -531,7 +531,7 @@ export default {
|
|
|
531
531
|
getStageItems (stageArr, i, stageChange) {
|
|
532
532
|
let res = {
|
|
533
533
|
key: i,
|
|
534
|
-
split: this.narr[i], // 阶段绿性比
|
|
534
|
+
// split: this.narr[i], // 阶段绿性比
|
|
535
535
|
phases: stageArr,
|
|
536
536
|
delaystart: 0,
|
|
537
537
|
advanceend: 0
|
|
@@ -1002,7 +1002,7 @@ export default {
|
|
|
1002
1002
|
getStageItem (stageArr, stage, ringsList, i) {
|
|
1003
1003
|
let res = {
|
|
1004
1004
|
key: i,
|
|
1005
|
-
split: this.narr[i], // 阶段绿性比
|
|
1005
|
+
// split: this.narr[i], // 阶段绿性比
|
|
1006
1006
|
phases: stageArr,
|
|
1007
1007
|
stageKanban: stage,
|
|
1008
1008
|
delaystart: 0,
|