fix:修复配比任务操作问题 (#66)

* fix:配比任务需要能够跳转到目标数据集

* feature:增加配比任务详情接口

* fix:删除不存在的配比详情页面

* fix:使用正式的逻辑来展示标签

* fix:参数默认值去掉多余的-

* fix:修复配比任务相关操作
This commit is contained in:
Vincent
2025-11-07 19:01:45 +08:00
committed by GitHub
parent 28b7c631a4
commit 60e2289019
9 changed files with 120 additions and 172 deletions

View File

@@ -123,7 +123,7 @@ export default function RatioTasksPage() {
<Button
type="text"
icon={op.icon}
onClick={() => op.onClick(task.id)}
onClick={() => op.onClick(task)}
/>
</Tooltip>
))}