<#if op??> <#if op=='showSystemUser'>
<#if MANAGE_USER_PERMISSIONS?contains('/manage/addSystemUser.action')>
<#if MANAGE_USER_PERMISSIONS?contains('/manage/addSystemUser.action') || MANAGE_USER_PERMISSIONS?contains('/manage/updateSystemUser.action') || MANAGE_USER_PERMISSIONS?contains('/manage/delSystemUser.action') > <#if userList??> <#list userList as w> <#if MANAGE_USER_PERMISSIONS?contains('/manage/addSystemUser.action') || MANAGE_USER_PERMISSIONS?contains('/manage/updateSystemUser.action') || MANAGE_USER_PERMISSIONS?contains('/manage/delSystemUser.action') >
用户账号 用户名称 所属角色 手机号码 登录密码操作
${w.user_code!''}
${w.user_name!''}
<#if selectedRole?? && selectedRole.role_no==w.role_no>${selectedRole.role_name}
${w.user_phone!''}
<#assign resetpwd="0"> <#if WEB_MANAGE_USER.role_no=='1'> <#if WEB_MANAGE_USER.user_code=='admin'><#if w.user_code!='admin'><#assign resetpwd="1"> <#else><#if w.role_no!='1'><#assign resetpwd="1"> <#if resetpwd=="1">重置密码<#else>已加密
<#if MANAGE_USER_PERMISSIONS?contains('/manage/updateSystemUser.action') > <#assign canModifyUser="0"> <#if WEB_MANAGE_USER.user_code=='admin'><#assign canModifyUser="1"> <#else> <#if w.user_code==WEB_MANAGE_USER.user_code><#assign canModifyUser="1"> <#else> <#if w.role_no!='1'><#assign canModifyUser="1"> <#if canModifyUser=='1'> 修改 <#if MANAGE_USER_PERMISSIONS?contains('/manage/delSystemUser.action') && w.can_del==1 > <#assign candelUser="0"> <#if WEB_MANAGE_USER.user_code=='admin'><#assign candelUser="1"><#else><#if w.role_no!='1' && w.user_code!=WEB_MANAGE_USER.user_code><#assign candelUser="1"> <#if candelUser=='1'> 删除
<#elseif op=='showRoleAndPermission'>
<#if hasWriteRolePermission??>
<#if selectedRole?? && selectedRole.can_del==1>

<#if selectedRole??>【${selectedRole.role_name}】 角色授权
  <#if selectedRole?? && selectedRole.role_no != '1'> <#if hasWriteRolePermission??>
<#else>
<#if WEB_MANAGE_USER.role_no=='1'>