{include file="common/_require"}
{include file="common/_header"} {include file="common/left_user"}
首页
用户列表
添加用户
ID
帐号
头像
手机号
昵称
注册时间
操作
{volist name='list' id='vo'}
{$vo.id}
{$vo.account}
{$vo.phone}
{$vo.nickname}
{$vo.create_time}
编辑
删除
{/volist} {if condition="count($list) == 0" }
暂无数据
{/if}
{$list|raw}
{include file="common/_footer"}