|
|
@@ -69,7 +69,7 @@
|
|
|
</el-table>
|
|
|
<div class="module_describe" style="width: 100%;">
|
|
|
<ExpandableText>
|
|
|
- 说明:为了更好地反馈学习情况,将采用等级形式呈现学业结果。以下是学业等级划分的具体计算方式,请知悉。本次考试等级按照<span style="color: #2E64FA;">{{ this.academicLevelData.scoreType==1?'分数':'排名' }}占比区间</span>划分,<template v-if="academicLevelData.examAcademicLevelStr!=null">共分为{{ academicLevelData.num }}个等级:{{ academicLevelData.examAcademicLevelStr }}</template>等级是动态的,它只描述过去,却指引未来。你的每一次努力,都在为下一个等级重新定义!
|
|
|
+ 说明:为了更好地反馈学习情况,将采用等级形式呈现学业结果。以下是学业等级划分的具体计算方式,请知悉。<template v-if="gradeNameStatus===0">本次考试等级按照<span style="color: #2E64FA;">{{ this.academicLevelData.scoreType==1?'分数':'排名' }}占比区间</span>划分,<template v-if="academicLevelData.examAcademicLevelStr!=null">共分为{{ academicLevelData.num }}个等级:{{ academicLevelData.examAcademicLevelStr }}</template>等级是动态的,它只描述过去,却指引未来。你的每一次努力,都在为下一个等级重新定义!</template>
|
|
|
</ExpandableText>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -239,7 +239,8 @@ export default {
|
|
|
paperInfo: {},
|
|
|
paperTitle: '', //答题卡弹框标题
|
|
|
currentPageIndex: 0, //当前选中的答题卡第几页
|
|
|
- showHistory:0
|
|
|
+ showHistory:0,
|
|
|
+ gradeNameStatus:1//学业等级文案
|
|
|
}
|
|
|
},
|
|
|
watch: {
|
|
|
@@ -316,10 +317,12 @@ export default {
|
|
|
})
|
|
|
this.academicLevelData.scoreType = scoreType;
|
|
|
this.showHistory = res?.data?.showHistory || 0;
|
|
|
+ this.gradeNameStatus = res?.data?.gradeNameStatus || 1;
|
|
|
} else {
|
|
|
this.academicLevelData.examAcademicLevelStr = '';
|
|
|
this.academicLevelData.scoreType = '';
|
|
|
this.academicLevelData.num = '';
|
|
|
+ this.gradeNameStatus = 1;
|
|
|
}
|
|
|
})
|
|
|
},
|