v1.6.0 - bugfix Task拖放功能

This commit is contained in:
LINING-PC\lining
2025-12-14 21:43:06 +08:00
parent 9a3bdad65b
commit 141919fb5c
7 changed files with 103 additions and 74 deletions
+2
View File
@@ -511,6 +511,8 @@ const handleTaskUpdateEvent = (e: { task: Task }) => {
// 任务添加事件处理器
const handleTaskAddEvent = (e: { task: Task }) => {
// 打印全部的tasks
console.log('当前所有任务:', tasks.value)
const newTask = e.task
showMessage(`Demo 任务[${newTask.name}] 已创建`, 'success')
+2 -2
View File
@@ -2,8 +2,8 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://nelson820125.github.io/jordium-gantt-vue3/</loc>
<lastmod>2025-12-11</lastmod>
<lastmod>2025-12-14</lastmod>
<changefreq>weekly</changefreq>
<priority>1.0</priority>
<priority>1.6.0</priority>
</url>
</urlset>
+2
View File
@@ -388,6 +388,7 @@
"🎉 新增:Task List行样式设置属性 - task-list-row-class-name和task-list-row-style",
"🎉 新增:为兼容旧版本TaskListColumnConfig,提供task-list-column-render-mode属性开关,可以通过设置选择Task表格列定义方式",
"🔧 修复:仅删除Story层级后,子Task升级后关系线丢失问题",
"🔧 修复:Task拖方后数据的Bug",
"🔧 修复:修复已知问题",
"<span style=\"font-weight: bold; color: #f00;\">特别感谢 osc_85545913@gitee的使用及反馈</span>",
"🎉 Added: Declarative definition method for Task Table columns using the TaskListColumn component",
@@ -395,6 +396,7 @@
"🎉 Added: Task List row style setting properties - task-list-row-class-name and task-list-row-style",
"🎉 Added: A switch for task-list-column-render-mode attribute to choose Task Table column definition method for compatibility with older versions of TaskListColumnConfig",
"🔧 Fixed: Issue of missing relationship lines after upgrading child Tasks when only deleting Story",
"🔧 Fixed: Bug in Task data after dragging and dropping",
"🔧 Fixed: Fixed issues",
"<span style=\"font-weight: bold; color: #f00;\">Special thanks to osc_85545913@gitee for their use and feedback</span>"
]