// fetching tasks
// no tasks
| 类型 | 团队 | 模型 | 状态 | 成本(预估→实际) | 时间 | 操作 |
|---|---|---|---|---|---|---|
| {t.task_type} | {t.team_name || —} | {t.model_name || —} | {statusPill(t.status)} | {pts(t.estimated_cost)} → {pts(t.actual_cost)} 积分{t.margin_yuan != null ? ` · 毛利 ¥${t.margin_yuan}` : ""} {t.cost_anomaly && 异常} | {fmtDate(t.created_at)} | {t.status === "failed" && ( )} |
加载中…
) : ( <>{detail.error_message}
>
)}
{JSON.stringify(detail.request_payload, null, 2)}
{JSON.stringify(detail.response_payload, null, 2)}
>
)}