update 甘特图颜色调整

This commit is contained in:
2026-01-29 11:00:59 +08:00
parent 426219543b
commit bebe150550

View File

@@ -144,7 +144,7 @@ dayjs.extend(isoWeek);
const Gantt: any = gantt;
const ganttEvents = ref<any>([]);
const colorList: string[] = ['#ffffff', '#d9ecff', '#c6e2ff', '#c6e2ff', '#79bbff', '#409eff']; // 格子颜色
const colorList: string[] = ['#ffffff', '#d9ecff', '#c6e2ff', '#a1cefc', '#79bbff', '#409eff']; // 格子颜色
const taskOriginData = ref<any>([]); // 所有用户的任务数据
const loading = ref<boolean>(false);
const visible = ref(false);