{/* 角色选择 */}
{t('选择角色')}:
setSelectedRole(e.target.value)}
>
{USER_ROLE_NAMES[USER_ROLES.USER]}
{USER_ROLE_NAMES[USER_ROLES.ADMIN]}
{USER_ROLE_NAMES[USER_ROLES.ROOT]}
{/* 角色模块配置 */}
{visibleSections.map((section) => (
{section.title}
{section.description}
{section.modules.map((module) => (
{module.title}
{module.description}
))}
))}
{/* 操作按钮 */}