auto-sync: 2026-05-18 11:55:21
This commit is contained in:
@@ -259,6 +259,9 @@ export default function TaskModal() {
|
|||||||
<StatusButtons status={task.status} />
|
<StatusButtons status={task.status} />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{/* v2.7: 子 Task 进度 + 列表 */}
|
||||||
|
<SubtaskPanel taskId={task.id} stagesJson={task.stages_json} />
|
||||||
|
|
||||||
{/* 任务信息 */}
|
{/* 任务信息 */}
|
||||||
<div style={{ marginBottom: 16 }}>
|
<div style={{ marginBottom: 16 }}>
|
||||||
<SectionLabel icon="📊" title="任务信息" />
|
<SectionLabel icon="📊" title="任务信息" />
|
||||||
|
|||||||
Reference in New Issue
Block a user