diff --git a/src/app/admin/whitelist/page.tsx b/src/app/admin/whitelist/page.tsx index e55ff85..c9ed176 100644 --- a/src/app/admin/whitelist/page.tsx +++ b/src/app/admin/whitelist/page.tsx @@ -259,7 +259,7 @@ export default function WhitelistPage(props: WhitelistPageProps) { accessorKey: 'remark', header: `备注`, }, { - accessorKey: 'createdAt', header: `添加时间`, + accessorKey: 'created_at', header: `添加时间`, }, { id: 'actions',