feat: 批量转移服务器给其他用户

This commit is contained in:
naiba
2025-06-16 23:44:30 +08:00
parent 6fe192b944
commit 01ed6eae54
6 changed files with 141 additions and 19 deletions
+5
View File
@@ -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"),