汇联通执法队后台管理系统
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.

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <%@ page contentType="text/html;charset=utf-8"%>
  2. <%@ include file="/WEB-INF/jsp/include.jsp"%>
  3. <tr>
  4. <td>${fn:escapeXml(voStatus.count)}</td>
  5. <td>${fn:escapeXml(vo.orgName)}</td>
  6. <td>${fn:escapeXml(vo.orgLevel.value)}</td>
  7. <td>${fn:escapeXml(vo.orgSuperiorName)}</td>
  8. <td><javatime:format value="${vo.insertTime}"
  9. pattern="yyyy-MM-dd HH:mm:ss" /></td>
  10. <td><javatime:format value="${vo.updateTime}"
  11. pattern="yyyy-MM-dd HH:mm:ss" /></td>
  12. <td><c:if test="${not empty vo.orgLevel}">
  13. <c:if test="${vo.orgLevel == 'ONE'}">
  14. <a href="${rootUrl}app/zfdorg/views/${vo.id}"
  15. class="taiji_modal taiji_acl">查询详情</a>
  16. <a href="${rootUrl}app/zfdorg/view/${vo.id}"
  17. class="taiji_modal taiji_acl">添加下级组织</a>
  18. <%-- <a href="${rootUrl}app/zfdorg/edit/${vo.id}" class="taiji_modal taiji_acl">修改信息</a> --%>
  19. <a href="${rootUrl}app/zfdorg/delete/${vo.id}"
  20. class="taiji_remove {confirm_message:'你确定要删除吗? '} taiji_acl">删除</a>
  21. </c:if>
  22. <c:if test="${vo.orgLevel == 'TWO'}">
  23. <a href="${rootUrl}app/zfdorg/views/${vo.id}"
  24. class="taiji_modal taiji_acl">查询详情</a>
  25. <a href="${rootUrl}app/zfdorg/view/${vo.id}"
  26. class="taiji_modal taiji_acl">添加下级组织</a>
  27. <%-- <a href="${rootUrl}app/zfdorg/edit/${vo.id}" class="taiji_modal taiji_acl">修改信息</a> --%>
  28. <a href="${rootUrl}app/zfdorg/delete/${vo.id}"
  29. class="taiji_remove {confirm_message:'你确定要删除吗? '} taiji_acl">删除</a>
  30. </c:if>
  31. <c:if test="${vo.orgLevel == 'THREE'}">
  32. <a href="${rootUrl}app/zfdorg/views/${vo.id}"
  33. class="taiji_modal taiji_acl">查询详情</a>
  34. <a href="${rootUrl}app/zfdorg/delete/${vo.id}"
  35. class="taiji_remove {confirm_message:'你确定要删除吗? '} taiji_acl">删除</a>
  36. </c:if>
  37. </c:if></td>
  38. </tr>