<@_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?html)!} ${(a.nickName?html)!}${(a.superuserAccess)?then('[超级管理员]','')} ${(a.email?html)!} ${a.emailChecked?then('已验证','未验证')} ${a.lastLoginDate!} ${a.lastLoginIp!} ${a.loginCount!} ${a.registeredDate}
<#include "../include_page/pageDialog.html"/>