{$errorMessage} {include file="$root_path/apps/lists/leftlist_admin.html"}
{if $paging !=""}
{$paging}
{/if} {if is_array($data)}
{foreach from=$data item=i} {/foreach}
客服ID 客服姓名 客服邮箱 备注 用户列表 客服状态
{$i.id} {$i.user_name} {$i.email} {$i.info} 查看用户列表 {if $i.status=='true'} {else} {/if} 编辑
{else} 暂无记录 {/if}