openatc-components 0.1.119 → 0.1.121

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.
@@ -136,7 +136,7 @@ export default {
136
136
  let overlapData = overlap.map(item => {
137
137
  let findIndexs = []
138
138
  item.includedphases.forEach(i => {
139
- const findItems = stageList.filter(j => j.stages.includes(i))
139
+ const findItems = stageList.filter(j => j.phases.includes(i))
140
140
  if (findItems.length) findIndexs.push(...findItems.map(m => m.key))
141
141
  })
142
142
  findIndexs = Array.from(new Set(findIndexs))
@@ -691,7 +691,7 @@ export default {
691
691
  let res = {
692
692
  key: i,
693
693
  split: this.narr[i], // 阶段绿性比
694
- stages: stageArr,
694
+ phases: stageArr,
695
695
  stageKanban: stage,
696
696
  delaystart: 0,
697
697
  advanceend: 0