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

1234567891011121314151617
  1. <%@ page contentType="text/html;charset=utf-8"%>
  2. <%@ include file="/WEB-INF/jsp/include.jsp"%>
  3. <tr>
  4. <td>
  5. ${fn:escapeXml(vo.couponValue)}
  6. </td>
  7. <td>
  8. ${fn:escapeXml(vo.couponApplicantId)}
  9. </td>
  10. <td>
  11. ${fn:escapeXml(vo.vehicleId)}
  12. </td>
  13. <td>
  14. ${fn:escapeXml(vo.remarks)}
  15. </td>
  16. </tr>