|
|
@@ -82,9 +82,9 @@ const MigrationsApp: React.FC = () => {
|
|
|
},
|
|
|
{
|
|
|
title: '时间',
|
|
|
- dataIndex: 'timestamp',
|
|
|
- key: 'timestamp',
|
|
|
- render: (timestamp: string) => dayjs(timestamp).format('YYYY-MM-DD HH:mm:ss')
|
|
|
+ dataIndex: 'migration_time',
|
|
|
+ key: 'migration_time',
|
|
|
+ render: (migration_time: string) => dayjs(migration_time).format('YYYY-MM-DD HH:mm:ss')
|
|
|
},
|
|
|
];
|
|
|
|