From d7ddcefb967d88ace915fb251581891262c17c5b Mon Sep 17 00:00:00 2001 From: cp3hnu Date: Tue, 20 May 2025 14:57:49 +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=9C=89?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- react-ui/src/pages/AutoML/components/ExperimentList/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react-ui/src/pages/AutoML/components/ExperimentList/index.tsx b/react-ui/src/pages/AutoML/components/ExperimentList/index.tsx index 54eb4385..5018c4ee 100644 --- a/react-ui/src/pages/AutoML/components/ExperimentList/index.tsx +++ b/react-ui/src/pages/AutoML/components/ExperimentList/index.tsx @@ -337,8 +337,8 @@ function ExperimentList({ type }: ExperimentListProps) { ...diffColumns, { title: '创建时间', - dataIndex: 'update_time', - key: 'update_time', + dataIndex: 'create_time', + key: 'create_time', width: '20%', render: tableCellRender(true, TableCellValueType.Date), },