{template 'common/header'} {template 'web/nav'}
{if $op =="edit"}
工作人员管理
{/if} {if $op =="dianyuan"}
筛选
{if empty($list)}
仍未有任何工作人员,请先添加工作人员!
添加新工作人员
{else}
工作人员
{loop $list $item} {/loop}
编号 用户名 微信昵称 微信头像 拥有用户 手机 操作

{$item['id']}

{$item['username']}

{$item['nickname']}

{$item['num']}

{$item['mobile']}

{if empty($item['uid'])}
绑定
{else}
解绑
{/if} 
编辑店员
 
删除
{/if} {/if}
{template 'common/footer'}