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), },