|
@@ -18,7 +18,7 @@
|
|
|
<tr>
|
|
|
<th>任课老师</th>
|
|
|
<th>班级</th>
|
|
|
- <th>有效人数</th>
|
|
|
+ <!-- <th>有效人数</th> -->
|
|
|
<th>最高分</th>
|
|
|
<th>最低分</th>
|
|
|
<th>及格数</th>
|
|
@@ -26,12 +26,12 @@
|
|
|
<th>优秀数</th>
|
|
|
<th>优秀率(%)</th>
|
|
|
<th>平均分</th>
|
|
|
- <th>相对平均分</th>
|
|
|
+ <!-- <th>相对平均分</th> -->
|
|
|
</tr>
|
|
|
<tr v-for="(item, ind) in tgroup" :key="ind">
|
|
|
<td>{{ item.teacherName }}</td>
|
|
|
<td>{{ item.className }}</td>
|
|
|
- <td>{{ item.totalCount }}</td>
|
|
|
+ <!-- <td>{{ item.totalCount }}</td> -->
|
|
|
<td>{{ item.maxScore }}</td>
|
|
|
<td>{{ item.minScore }}</td>
|
|
|
<td>{{ item.passCount }}</td>
|
|
@@ -39,7 +39,7 @@
|
|
|
<td>{{ item.excellentCount }}</td>
|
|
|
<td>{{ item.excellentRate }}</td>
|
|
|
<td>{{ item.avgScore }}</td>
|
|
|
- <td>{{ item.relativeAvgScore }}</td>
|
|
|
+ <!-- <td>{{ item.relativeAvgScore }}</td> -->
|
|
|
</tr>
|
|
|
</table>
|
|
|
</report-box>
|