移除用户管理页面权限列

Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
2026-05-01 19:56:14 +08:00
parent fafd9fb52c
commit c80f35b7b3
-6
View File
@@ -487,12 +487,6 @@ export default function AdminUsersPage() {
);
},
},
{
title: "权限",
dataIndex: "permission_codes",
width: 280,
render: (value: string[]) => value.join(", ") || "-",
},
{
title: "操作",
key: "actions",