{$set['title']}
{template 'pc/menu-profile-quick-info'}
{template 'pc/sidebar-menu'}
{template 'pc/top-navigation'}
筛选
{if $type==0}
所属停车场
{loop $parks $item}
{$item['name']}
{/loop}
{/if}
关键字
状态
全部
启用
关闭
搜 索
操作员列表
账号id
停车场名称
操作员账号
出口
状态
操作
{loop $users $item}
{$item['id']}
{$item['name']}
{$item['username']}
{loop $item['devices'] $row} {$row['title']}
{/loop}
{if $item['status']==1}
开启
{else}
关闭
{/if}
编辑
删除
{/loop} {if empty($users)}
尚未添加
{/if}
{$pager}
{template 'pc/footer-content'}