会员管理
用户名 |
邮箱 |
注册时间 |
操作 |
<#if pageBean.result?exists>
<#list pageBean.result as test>
${test.userName!""} |
${test.userMail!""} |
${test.dateAdd?string("yyyy-MM-dd HH:mm:ss")} |
<#if test.isLock>
解除锁定
<#else>
锁定
#if>
| 删除
| 发送邮件
| 发送站内短信
|
#list>
#if>
${pageBean.pageToolBar} |
<#include "left.html" encoding="GBK" />