修改添加白名单中的table表中的添加时间字段数据展示

This commit is contained in:
Eamon-meng
2025-08-13 18:04:53 +08:00
parent f0f4b22356
commit 9500de0b2d

View File

@@ -259,7 +259,7 @@ export default function WhitelistPage(props: WhitelistPageProps) {
accessorKey: 'remark', header: `备注`,
},
{
accessorKey: 'createdAt', header: `添加时间`,
accessorKey: 'created_at', header: `添加时间`,
},
{
id: 'actions',