<% include ./sub_menu.ejs %>

账号管理 选择账号 新增账号

全部 <% for (const u of subProjectUnitList) { %> <%- u.name %> <% } %>
<% for (const account of subProjectAccountList) { %> class="table-danger"<% } %>> <% } %>
账号姓名单位职位手机电话操作
<%= account.account %><% if (account.is_admin === 1) { %> <% } %> <%= account.name %> <%= account.company %> <%= account.role %> <%= account.mobile %><% if (account.bind === 1) { %>(已绑定第三方平台)<% } %> <%= account.telephone %> 权限 移除
<% include ../layout/page.ejs %>