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

row.jsp 473B

123456789101112131415161718
  1. <%@ page contentType="text/html;charset=utf-8"%>
  2. <%@ include file="/WEB-INF/jsp/include.jsp"%>
  3. <tr>
  4. <td>
  5. ${fn:escapeXml(vo.name)}
  6. </td>
  7. <td>
  8. ${fn:escapeXml(vo.loginName)}
  9. </td>
  10. <td>
  11. ${fn:escapeXml(vo.male)}
  12. </td>
  13. <td>
  14. <a href="${rootUrl}app/Auditor/view/${vo.id}" class="taiji_modal taiji_acl">详情</a>
  15. <a href="${rootUrl}app/Auditor/delete/${vo.id}" class="taiji_remove {confirm_message:'你确定要删除吗? '} taiji_acl">删除</a>
  16. </td>
  17. </tr>