<@_sysUserList startRegisteredDate=startRegisteredDate endRegisteredDate=endRegisteredDate startLastLoginDate=startLastLoginDate endLastLoginDate=endLastLoginDate
superuserAccess=superuserAccess emailChecked=emailChecked name=name
advanced=true disabled=disabled
orderField=orderField orderType=orderType pageIndex=pageNum count=numPerPage>
ID |
用户名 |
用户昵称 |
邮箱 |
已验证邮箱 |
已禁用 |
上次登录IP |
上次登录日期 |
登录次数 |
注册日期 |
操作 |
<#list page.list as a>
${a.id!} |
${(a.name?html)!} |
${(a.nickName?html)!}${(a.superuserAccess)?then('[超级管理员]','')} |
${(a.email?html)!} |
${a.emailChecked?then('已验证','未验证')} |
${(a.disabled)?then('禁用','正常')} |
${a.lastLoginIp!} |
${a.lastLoginDate!} |
${a.loginCount!} |
${a.registeredDate!} |
用户登录授权
登陆日志
<#if a.superuserAccess>
后台操作日志
#if>
|
#list>
<#include "../include_page/page.html"/>
@_sysUserList>