<@_sysUserList startRegisteredDate=startRegisteredDate endRegisteredDate=endRegisteredDate startLastLoginDate=startLastLoginDate endLastLoginDate=endLastLoginDate superuserAccess=superuserAccess emailChecked=emailChecked name=name disable=disable orderField=orderField orderType=orderType pageIndex=pageNum count=numPerPage>
<#list page.list as a>
选择 用户名 用户昵称 邮箱 已验证邮箱 上次登录日期 上次登录IP 登录次数 注册日期
选择 ${(a.name)!} ${(a.nickName)!}${(a.superuserAccess)?then('[管理员]','')?no_esc} ${(a.email)!} ${a.emailChecked?then('已验证','未验证')} ${a.lastLoginDate!} ${a.lastLoginIp!} ${a.loginCount!} ${a.registeredDate}
<#include "../include_page/pageDialog.html"/>