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