修复白名单页面日期显示问题

This commit is contained in:
2025-11-21 15:35:26 +08:00
parent 532c24b7b0
commit 7391cd0a25
3 changed files with 9 additions and 10 deletions

View File

@@ -5,8 +5,8 @@ import {callByUser} from '@/actions/base'
type Whitelist = {
id: number
host: string
createdAt: string
updatedAt: string
created_at: string
updated_at: string
remark: string
}