迁移时间字段应为 migration_time
This commit is contained in:
@@ -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')
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user