选择账号
用户职位
编辑权限
<% for (const pb of permissionBlock) { %>
<%- pb.name %> <% if (pb.hint) { %>
<% for (const i of pb.hint) { %> <%- i %> <% } %>
<% } %>
<% if (pb.children) { %> <% for (const [i, c] of pb.children.entries()) { %> <% if (i !== 0) { %>
<% } %>
<%- c.name %>
<% for (const cp of c.permission) { %>
<% } %>
<% } %> <% } else { %>
<%- pb.name %>
<% for (const p of pb.permission) { %>
<% } %>
<% } %>
<% } %>