From b2b74686cab9b95b9100507dd44453fc89e3de0f Mon Sep 17 00:00:00 2001 From: zhaowei Date: Mon, 26 May 2025 11:00:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=87=AA=E5=8A=A8=E6=9C=BA=E5=99=A8?= =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E5=88=9B=E5=BB=BA=E6=97=B6=E9=97=B4=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E6=9B=B4=E6=96=B0=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/AutoML/components/ExperimentList/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/react-ui/src/pages/AutoML/components/ExperimentList/index.tsx b/react-ui/src/pages/AutoML/components/ExperimentList/index.tsx index 036f0d01..7951d769 100644 --- a/react-ui/src/pages/AutoML/components/ExperimentList/index.tsx +++ b/react-ui/src/pages/AutoML/components/ExperimentList/index.tsx @@ -395,9 +395,9 @@ function ExperimentList({ type }: ExperimentListProps) { }, ...diffColumns, { - title: '创建时间', - dataIndex: 'create_time', - key: 'create_time', + title: '更新时间', + dataIndex: 'update_time', + key: 'update_time', width: '20%', render: tableCellRender(true, TableCellValueType.Date), },