添加账号
该账号已存在。
编辑权限
<% let index = 0; %> <% for (const pm in permission) { %> <% index ++ %>
<% for (const ip of permission[pm].children) { %> <% if (ip.show === undefined && ip.show !== false) { %>
<% if (ip.hint && ip.hintIcon) { %> <% } %>
<% } %> <% } %>
<% if (permission[pm].tips) { %>

<%- permission[pm].tips %>

<% } %>
<% if (ctx.helper._.size(permission) !== index) { %>
<% } %> <% } %>
无法添加账号

账号已超过最大账号数,无法添加新账号。

当前限制账号总数:<%= projectData.max_user %>