{template 'common/header-gw'} {if $_GPC['reference'] != 'solution'} {/if}
操作员不允许删除公众号和编辑公众号资料,管理员无此限制
{loop $permission $row} {/loop}
选择 用户ID 用户名 角色 操作
{if !in_array($member[$row['uid']]['uid'], $founders) && $row['role'] != 'owner'}{/if} {$row['uid']} {$member[$row['uid']]['username']} {if in_array($member[$row['uid']]['uid'], $founders)} 创始人 {elseif $row['role'] == 'owner'} 主管理员 {else} {/if} {if in_array($member[$row['uid']]['uid'], $founders)} 创始人拥有系统最高权限 {elseif $row['role'] == 'owner'} 主管理员拥有公众号的所有权限,并且公众号的权限(模块、模板)根据主管理员来获取 {else} {if $_W['isfounder']}编辑用户 | {/if} 设置权限 |  查看操作权限 {/if}
{if !empty($_W['isfounder'])} {/if} 添加账号操作员
{template 'common/footer-gw'}