<#list page.data as x>
登录时间 IP地址 操作地区 状态 用户 信息
<#if x.time?exists>${x.time?string("yyyy-MM-dd HH:mm:ss")}<#else>时间异常 ${x.ip!} ${x.area!} <#if x.errorCode == 0 > 正常 <#else> 错误 ${x.username!} ${x.info!}
<#include "/common/_page.html" /> <@paginate currentPage=page.currentPageNo totalPage=page.totalPages actionUrl="user/loginlog/list.do" />