@_logLoginList result=result userId=admin.id channel=channel name=name startCreateDate=startCreateDate endCreateDate=endCreateDate ip=ip orderField=orderField orderType=orderType pageIndex=pageNum count=numPerPage>
| <@t.page 'user.username'/> | <@t.page 'channel'/> | <@t.page 'log.login_ip'/> | <@t.page 'result'/> | <@t.page 'log.login_date'/> | <@t.page 'log.error_password'/> | |
|---|---|---|---|---|---|---|
| ${(a.name)!} | ${a.channel!} | ${a.ip!} | ${a.result?then(t.pageMessage('success'),t.pageMessage('fail'))} | ${a.createDate!} | ${(a.errorPassword)!} |