|
@@ -1,7 +1,9 @@
|
|
|
<template>
|
|
|
<div class="report-summary">
|
|
|
<report-box title="总览">
|
|
|
- <h1 class="report-title">{{ baseinfo.examName }}</h1>
|
|
|
+ <h1 class="report-title">
|
|
|
+ {{ baseinfo.semesterName }}{{ baseinfo.examName }}
|
|
|
+ </h1>
|
|
|
<h1 class="report-sub-title">{{ baseinfo.courseName }} | 成绩报告</h1>
|
|
|
<h2 class="page-title-2 mb-20">考试概况</h2>
|
|
|
<table class="table table-border mb-20">
|
|
@@ -48,7 +50,7 @@
|
|
|
<th>占比(%)</th>
|
|
|
</tr>
|
|
|
<tr v-for="(item, ind) in scoreRange" :key="ind">
|
|
|
- <td>{{ item.minScore }}-{{ item.maxScore }}</td>
|
|
|
+ <td>{{ item.minScore }}-</td>
|
|
|
<td>{{ item.studentCount }}</td>
|
|
|
<td>{{ item.rate }}</td>
|
|
|
</tr>
|