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