v1.4.0 - new features

This commit is contained in:
LINING-PC\lining
2025-10-11 18:57:38 +08:00
parent 811477852a
commit 0c317b1450
27 changed files with 159 additions and 5459 deletions
+3 -2
View File
@@ -126,7 +126,7 @@ const leftPanelWidth = ref(props.taskListConfig?.defaultWidth || 320)
// 监听taskListConfig变化,更新相关配置
watch(
() => props.taskListConfig,
(newConfig) => {
newConfig => {
if (newConfig) {
// 更新默认宽度
if (newConfig.defaultWidth !== undefined) {
@@ -607,7 +607,8 @@ const tasksForTaskList = computed(() => {
// 不排序:直接使用原始任务数据
result.push(...props.tasks)
}
} return result
}
return result
})
// 为Timeline提供正确的扁平化数据