权限名称 | 52 |类型 | 53 |权限url | 54 |权限code | 55 |排序 | 56 |状态 | 57 |操作 | 58 |
---|---|---|---|---|---|---|
${permissionInfo.permissionName!} | 62 |63 | <#if permissionInfo.permissionType == 1> 64 | 一级导航 65 | <#elseif permissionInfo.permissionType ==2> 66 | 二级导航 67 | <#elseif permissionInfo.permissionType ==3 > 68 | 操作按钮 69 | #if> 70 | | 71 |${permissionInfo.url!} | 72 |${permissionInfo.percode!} | 73 |${permissionInfo.sort!} | 74 |75 | <#if permissionInfo.isAvailable> 76 | 显示 77 | <#else> 78 | 隐藏 79 | #if> 80 | | 81 |82 | <@shiro.hasPermission name="system:permission:edit"> 83 | 编辑 84 | @shiro.hasPermission> 85 | <@shiro.hasPermission name="system:permission:delete"> 86 | 87 | @shiro.hasPermission> 88 | | 89 |
角色名称 | 52 |状态 | 53 |操作 | 54 |
---|---|---|
${roleInfo.roleName} | 58 |59 | <#if roleInfo.isAvailable > 60 | 正常 61 | <#else> 62 | 已禁用 63 | #if> 64 | | 65 |66 | <@shiro.hasPermission name="system:role:edit"> 67 | 编辑 68 | @shiro.hasPermission> 69 | <@shiro.hasPermission name="system:role:grant"> 70 | 分配资源 71 | @shiro.hasPermission> 72 | <@shiro.hasPermission name="system:role:delete"> 73 | 74 | @shiro.hasPermission> 75 | | 76 |
.btn 类是按钮的基本样式:
20 | 21 |账号 | 109 |用户类别 | 110 |真实姓名 | 111 |职位 | 112 |手机号码 | 113 |联系电话 | 114 |邮箱 | 115 |状态 | 116 |操作 | 117 |
---|---|---|---|---|---|---|---|---|
${userInfo.userName} | 121 |122 | <#if userInfo.userCategory == 1> 123 | 企业用户 124 | <#elseif userInfo.sex == 2> 125 | 个人用户 126 | <#else > 127 | 未知 128 | #if> 129 | | 130 |${userInfo.realName} | 131 |${userInfo.positionJob} | 132 |${userInfo.tel} | 133 |${userInfo.cellphone} | 134 |${userInfo.email} | 135 |136 | <#if userInfo.isLocked> 137 | 已禁用 138 | <#else> 139 | 正常 140 | #if> 141 | 142 | | 143 |144 | <@shiro.hasPermission name="system:user:edit"> 145 | 编辑 146 | @shiro.hasPermission> 147 | <@shiro.hasPermission name="system:user:grant"> 148 | 分配角色 149 | @shiro.hasPermission> 150 | <@shiro.hasPermission name="system:user:delete"> 151 | 152 | @shiro.hasPermission> 153 | | 154 |