From 4ff5f35054ab141d915c11ad878d4dcffe7e034a Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期五, 12 五月 2023 18:43:27 +0800 Subject: [PATCH] BUG修改 --- management/guns-admin/src/main/webapp/WEB-INF/view/system/role/role_edit.html | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/management/guns-admin/src/main/webapp/WEB-INF/view/system/role/role_edit.html b/management/guns-admin/src/main/webapp/WEB-INF/view/system/role/role_edit.html index ae538ac..80d033a 100644 --- a/management/guns-admin/src/main/webapp/WEB-INF/view/system/role/role_edit.html +++ b/management/guns-admin/src/main/webapp/WEB-INF/view/system/role/role_edit.html @@ -11,13 +11,15 @@ <#input id="pName" name="上级名称" underline="true" hidden="pid" hiddenValue="${role.pid}" readonly="readonly" value="${pName}" clickFun="RolInfoDlg.showPNameSelectTree(); return false;" style="background-color: #ffffff !important;"/> + <#input id="headName" name="负责人名称" value="${role.headName}" underline="true"/> <#input id="deptName" name="部门名称" hidden="deptid" hiddenValue="${role.deptid}" readonly="readonly" value="${deptName}" clickFun="RolInfoDlg.showDeptSelectTree(); return false;" style="background-color: #ffffff !important;"/> </div> <div class="col-sm-6"> <#input id="tips" name="别名" underline="true" value="${role.tips}"/> - <#input id="num" name="排序" value="${role.num}"/> + <#input id="num" name="排序" value="${role.num}" underline="true"/> + <#input id="headPhone" name="负责人电话" value="${role.headPhone}" underline="true"/> </div> </div> -- Gitblit v1.7.1