This commit is contained in:
辉 2025-07-15 10:35:42 +08:00
parent c671fe7d1c
commit 8c292532c4

View File

@ -5,7 +5,7 @@
<el-alert title="点击`开始考试`后将自动进入考试,请诚信考试!" type="error" style="margin-bottom: 10px" /> <el-alert title="点击`开始考试`后将自动进入考试,请诚信考试!" type="error" style="margin-bottom: 10px" />
<el-card class="pre-exam"> <el-card class="pre-exam">
<div><strong>考试名称:</strong>{{ detailData.title }}</div> <div><strong>考试名称:</strong>{{ detailData.title }}</div>
<div style="color: red;"><strong>考试费用:</strong>{{ detailData.examFee }}元</div> <div style="color: red;font-weight: 800;"><strong>考试费用:</strong>{{ detailData.examFee }}元</div>
<div><strong>考试时长:</strong>{{ detailData.totalTime }}分钟</div> <div><strong>考试时长:</strong>{{ detailData.totalTime }}分钟</div>
<div><strong>试卷总分:</strong>{{ detailData.totalScore }}分</div> <div><strong>试卷总分:</strong>{{ detailData.totalScore }}分</div>
<div><strong>及格分数:</strong>{{ detailData.qualifyScore }}分</div> <div><strong>及格分数:</strong>{{ detailData.qualifyScore }}分</div>