Commit 974a6be0 by 杨子

优化甘特图

parent 9c7fbdcd
......@@ -137,7 +137,10 @@ const formatter = (processesList: any[]) => {
const filterValues = processesList.filter((v, i) => i != index)
for (const value of filterValues) {
if (current.begin >= value.begin && current.begin < value.end) {
if ( current.begin >= value.begin && current.begin < value.end) {
if(!value.ganttBarConfig.isCover){
top = 0
}
top++
current.ganttBarConfig.isCover = true
current.ganttBarConfig.top = top
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment