Commit 28b5883dbda18459b46d7be37e9943b059cb4cc2

Authored by jack
1 parent f447a06e

1.修复bug

WebRoot/WEB-INF/jsp/sunvote/teacher/teacher_report_1.jsp
... ... @@ -78,8 +78,8 @@
78 78 <thead>
79 79 <tr>
80 80 <th class="center th_name"><div style="width:150px;">姓名</div></th>
81   - <th class="center "><div style="width:150px;" title="个人平均正确率=总答对数/总题目数">个人平均正确率<img src="../static/images/tip.png" style="width:16px"></div></th>
82   - <th class="center"><div style="width:80px;" title="得分汇总=学生历史考试得分之和">得分汇总<img src="../static/images/tip.png" style="width:16px"></div></th>
  81 + <th class="center "><div style="width:150px;" title="个人平均正确率=总答对数/总题目数">个人平均正确率<img src="static/images/tip.png" style="width:16px"></div></th>
  82 + <th class="center"><div style="width:80px;" title="得分汇总=学生历史考试得分之和">得分汇总<img src="static/images/tip.png" style="width:16px"></div></th>
83 83 <c:forEach items="${testpaperList}" var="var" varStatus="vs">
84 84 <th class="center kc"><a
85 85 onclick="paper('${info.CLASS_ID}','${var.TESTPAPER_ID}');"><div style="width:180px; margin: 0 auto;cursor:hand" class="font"><div style="width:100%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;">${var.NAME}</div><span>${var.CREATE_DATE}</span></div></a></th>
... ...