汇联通执法队后台管理系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3 年之前
123456789101112131415161718
  1. <%@ page contentType="text/html;charset=utf-8"%>
  2. <%@ include file="/WEB-INF/jsp/include.jsp"%>
  3. <tr>
  4. <td>${voStatus.count}</td>
  5. <td>${fn:escapeXml(vo.unit.name)}</td>
  6. <td>${fn:escapeXml(vo.name)}</td>
  7. <td><span>${fn:escapeXml(vo.info)}</span></td>
  8. <td>${vo.list}</td>
  9. <td class="tdbtn" width="150px;">
  10. <c:if test="${vo.ifSystem}">系统内置角色</c:if>
  11. <c:if test="${!vo.ifSystem}">
  12. <a href="${rootUrl }app/acl/role/edit/${vo.id}" class="taiji_modal {width:550,height:300} taiji_acl m-r-10">修改</a>
  13. <a href="${rootUrl }app/acl/role/delete/${vo.id}" class="taiji_remove {confirm_message:'你确定要删除此角色? '} taiji_acl m-r-10">删除</a>
  14. <a href="${rootUrl }app/acl/role/conf/${vo.id}" class="taiji_modal {width:550,height:600} taiji_acl">配置</a>
  15. </c:if>
  16. </td>
  17. </tr>