修改添加白名单中的table表中的添加时间字段数据展示
This commit is contained in:
@@ -259,7 +259,7 @@ export default function WhitelistPage(props: WhitelistPageProps) {
|
|||||||
accessorKey: 'remark', header: `备注`,
|
accessorKey: 'remark', header: `备注`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
accessorKey: 'createdAt', header: `添加时间`,
|
accessorKey: 'created_at', header: `添加时间`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'actions',
|
id: 'actions',
|
||||||
|
|||||||
Reference in New Issue
Block a user