build(frontend): 更新数据任务详情构建

This commit is contained in:
caoxiaozhu
2026-07-27 10:03:58 +08:00
parent b4927a8952
commit 03bd0b6d03
131 changed files with 131 additions and 130 deletions

View File

@@ -0,0 +1 @@
function t(e){return e.status==="running"?{label:"生成中",type:"primary"}:e.status==="completed"?e.output_dataset_id?{label:"已发布",type:"success"}:{label:"已生成",type:"warning"}:e.status==="failed"?{label:"生成失败",type:"danger"}:e.status==="stopped"?{label:"已停止",type:"info"}:{label:"待生成",type:"info"}}export{t as d};