feat: 数据处理任务详情页

新增 DataProcessDetailView,列表查看详情入口跳转到详情页,路由注册 data-process/:id,配套回归脚本与 npm 脚本注册(含数据转换与数据处理详情两个测试脚本)。
This commit is contained in:
caoxiaozhu
2026-07-13 11:04:55 +08:00
parent 0f8f41057a
commit b64d730616
5 changed files with 496 additions and 4 deletions

View File

@@ -11,9 +11,11 @@
"test:default-dashboard": "node scripts/regression-default-dashboard.mjs",
"test:dashboard": "node scripts/regression-dashboard.mjs",
"test:data-process-list": "node scripts/regression-data-process-list.mjs",
"test:data-process-detail": "node scripts/regression-data-process-detail.mjs",
"test:data-process-wizard": "node scripts/regression-data-process-wizard.mjs",
"test:dataset-task-tab": "node scripts/regression-dataset-task-tab.mjs",
"test:dataset-preview": "node scripts/regression-dataset-preview.mjs",
"test:data-convert": "node scripts/regression-data-convert.mjs",
"test:eval-create": "node scripts/regression-eval-create-wizard.mjs",
"test:eval-detail": "node scripts/regression-eval-detail.mjs",
"test:model-manage": "node scripts/regression-model-manage.mjs",