Merge branch 'fork' of 1030-6/d8d-admin-mobile-starter-public into main

This commit is contained in:
2025-05-13 12:11:43 +00:00
committed by Gogs

View File

@@ -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')
},
];