%@ page contentType="text/html;charset=UTF-8" %> <%@ include file="/WEB-INF/views/include/taglib.jsp"%>
场次总数:${countTotal.numOfSubShow} 子赛事报名总数:${countTotalFee.numOfSubShow} 收入总金额:
赛事编号 | 成绩 | 赛事名称 | 开始日期 | 结束日期 | 赛事地点 | 幼犬数 | 成犬数 | 报名犬数 |
---|---|---|---|---|---|---|---|---|
${fns:escapeHtml(showChild.show_code)} | 查看 | ${fns:escapeHtml(showChild.show_name)} | ${fns:escapeHtml(showChild.start_time)} | ${fns:escapeHtml(showChild.end_time)} | ${fns:escapeHtml(showChild.show_location)} | ${fns:escapeHtml(showChild.pubbyCount)} | ${fns:escapeHtml(showChild.adultDogCount)} | ${fns:escapeHtml(showChild.numOfSubShow)} |
|