{extend name='main'} {block name="button"} {if auth("add_cs")} {/if} {/block} {block name="content"}
{include file='users/cs_search'} {notempty name='list'} {/notempty} {foreach $list as $key=>$vo} {/foreach}
ID 用户名 手机号 QQ 链接 微信二维码 添加时间 上班时间 下班时间 操作
{$vo.id} {$vo.username} {$vo.tel} {$vo.qq} {$vo.wechat} {$vo.qr_code} {$vo.addtime|format_datetime} {$vo.btime} {$vo.etime} {if auth("edit_cs")} 编 辑 {/if} {if ($vo.status == 1) and auth("edit_cs_status")} 禁用 {elseif ($vo.status == 2) and auth("edit_cs_status") /} 启用 {/if}
{empty name='list'}没有记录哦{else}{$pagehtml|raw|default=''}{/empty}
{/block}