diff --git a/src/frontend/src/components/EdictBoard.tsx b/src/frontend/src/components/EdictBoard.tsx index cb5af9b..e382b7e 100644 --- a/src/frontend/src/components/EdictBoard.tsx +++ b/src/frontend/src/components/EdictBoard.tsx @@ -69,6 +69,7 @@ type V2Task = { risk_level: string | null; escalated: number; comments_count?: number; outputs_count?: number; review_status?: string | null; latest_event_detail?: string | null; + stage?: string | null; stages_json?: string; }; // ── 工具函数 ──