From 458621fe9144bb54998981fede2f5826a102850d Mon Sep 17 00:00:00 2001 From: zhaowei Date: Thu, 29 May 2025 17:09:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=87=AA=E4=B8=BB=E6=9C=BA=E5=99=A8?= =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E6=94=B9=E4=B8=BA=E8=87=AA=E5=8A=A8=E6=9C=BA?= =?UTF-8?q?=E5=99=A8=E5=AD=A6=E4=B9=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- react-ui/src/enums/index.ts | 4 ++-- react-ui/src/pages/ActiveLearn/Instance/index.tsx | 2 +- react-ui/src/pages/AutoML/Instance/index.tsx | 2 +- react-ui/src/pages/AutoML/List/index.tsx | 2 +- react-ui/src/pages/AutoML/components/ExperimentList/config.ts | 2 +- react-ui/src/pages/HyperParameter/Info/index.tsx | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/react-ui/src/enums/index.ts b/react-ui/src/enums/index.ts index 8cc2398e..59a02938 100644 --- a/react-ui/src/enums/index.ts +++ b/react-ui/src/enums/index.ts @@ -95,8 +95,8 @@ export enum AutoMLType { export const autoMLTypeOptions = [ { label: '表格', value: AutoMLType.Table }, - { label: '文本分类', value: AutoMLType.Text }, - { label: '视频分类', value: AutoMLType.Video }, + { label: '文本', value: AutoMLType.Text }, + { label: '视频', value: AutoMLType.Video }, ]; // 自动化任务类型 diff --git a/react-ui/src/pages/ActiveLearn/Instance/index.tsx b/react-ui/src/pages/ActiveLearn/Instance/index.tsx index d8263d78..0a71b24b 100644 --- a/react-ui/src/pages/ActiveLearn/Instance/index.tsx +++ b/react-ui/src/pages/ActiveLearn/Instance/index.tsx @@ -179,7 +179,7 @@ function ActiveLearnInstance() { }, { key: TabKeys.History, - label: '训练列表', + label: '运行列表', icon: , children: ( , children: (