From 9500de0b2df345976a4e236e7b5c82bab7111357 Mon Sep 17 00:00:00 2001 From: Eamon-meng <17516219072@163.com> Date: Wed, 13 Aug 2025 18:04:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B7=BB=E5=8A=A0=E7=99=BD?= =?UTF-8?q?=E5=90=8D=E5=8D=95=E4=B8=AD=E7=9A=84table=E8=A1=A8=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E6=B7=BB=E5=8A=A0=E6=97=B6=E9=97=B4=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/admin/whitelist/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',