mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-09-19 09:40:13 +00:00
feat: 批量转移服务器给其他用户
This commit is contained in:
@@ -74,6 +74,11 @@ export default function UserPage() {
|
||||
return row.role === 1 ? t("User") : t("Admin")
|
||||
},
|
||||
},
|
||||
{
|
||||
header: t("LastLogin"),
|
||||
accessorKey: "updated_at",
|
||||
accessorFn: (row) => row.updated_at ? new Date(row.updated_at).toLocaleString() : t("Never"),
|
||||
},
|
||||
{
|
||||
id: "actions",
|
||||
header: t("Actions"),
|
||||
|
||||
Reference in New Issue
Block a user