fix: 配比任务能够跳转到目标数据集 (#59)

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

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

* fix:删除不存在的配比详情页面
This commit is contained in:
Vincent
2025-11-06 12:16:20 +08:00
committed by GitHub
parent 30d6fcdd25
commit 1686f56641
5 changed files with 122 additions and 2 deletions

View File

@@ -77,6 +77,7 @@ export interface RatioTaskItem {
ratio_method?: RatioMethod
target_dataset_id?: string
target_dataset_name?: string
config: RatioConfigItem[]
created_at?: string
updated_at?: string
}