{extend name="admin" /} {block name="content"}
|
id | 账号 | 角色 | 状态 | 最后登录 | 操作 |
---|---|---|---|---|---|---|
|
{$vo.id} | {$vo.username} |
{volist name="vo.roles" id="role"} {$role.title} {/volist}
{if $vo.pid}应用管理员{/if} |
{:$vo.state?'启用':'禁用'} |
{$vo.last_login|date='Y-m-d H:i:s'} |
{if auth(:url("user/access")}
{/if}
{if auth(:url("user/edit")}
{/if}
{if auth(:url("user/password")}
{/if}
{if auth(:url("user/change")}
{/if}
{if auth("user/del")}
{/if}
|