% include ./user_add_modal.ejs %> 编辑权限 <% for (const pm in permission) { %> <%= permission[pm].title %> <% for (const ip of permission[pm].children) { %> <% if (ip.show === undefined && ip.show !== false) { %> <%= ip.title %> <% if (ip.hint && ip.hintIcon) { %> <% } %> <% } %> <% } %> <% if (permission[pm].tips) { %> <%- permission[pm].tips %> <% } %> <% } %> 微信通知 重新发送 <% for (const sp in noticeAgainConst.sp) { %> <%- noticeAgainConst.sp[sp].name %> <% } %>
<%- permission[pm].tips %>