Ver código fonte

成绩复核试卷总量

xiatian 1 ano atrás
pai
commit
f900c49a0a

+ 2 - 0
stmms-web/src/main/webapp/WEB-INF/views/modules/exam/inspectedInfo.jsp

@@ -46,6 +46,7 @@
 		<thead>
 			<tr>
 				<th>科目</th>
+				<th>试卷总量</th>
 				<th>任务数</th>
 				<th>已复核数</th>
 				<th>待复核数</th>
@@ -59,6 +60,7 @@
 				<td>
 				${result.subject.code}-${result.subject.name}
 				</td>
+				<td>${result.totalPaperCount}</td>
 				<td>${result.totalCount}</td>
 				<td>${result.inspectedCount}</td>
 				<td>${result.leftCount}</td>