auto-sync: 2026-05-18 11:55:21

This commit is contained in:
cfdaily
2026-05-18 11:55:21 +08:00
parent 68d54cd1c8
commit ceeb3593f7
@@ -259,6 +259,9 @@ export default function TaskModal() {
<StatusButtons status={task.status} />
</div>
{/* v2.7: 子 Task 进度 + 列表 */}
<SubtaskPanel taskId={task.id} stagesJson={task.stages_json} />
{/* 任务信息 */}
<div style={{ marginBottom: 16 }}>
<SectionLabel icon="📊" title="任务信息" />