|
@@ -287,7 +287,7 @@
|
|
|
><span :class="GetDifficultyClass(scope.row[title.prop])"></span
|
|
><span :class="GetDifficultyClass(scope.row[title.prop])"></span
|
|
|
><span>{{ GetDifficultyName(scope.row[title.prop]) }}</span></template
|
|
><span>{{ GetDifficultyName(scope.row[title.prop]) }}</span></template
|
|
|
>
|
|
>
|
|
|
- <template v-else-if="title.prop == 'classGroupAvgScoreMap' || title.prop == 'classGroupScoreRateMap'">{{ scope.row?.[title.prop]?.[title.code] || '-' }}</template>
|
|
|
|
|
|
|
+ <template v-else-if="title.prop == 'classGroupAvgScoreMap' || title.prop == 'classGroupScoreRateMap'">{{ scope.row?.[title.prop]?.[title.code] || '-' }}{{ scope.row?.[title.prop]?.[title.code]&&title.prop=='classGroupScoreRateMap'?'%':'' }}</template>
|
|
|
<template v-else>{{ scope.row[title.prop] || '-' }}</template>
|
|
<template v-else>{{ scope.row[title.prop] || '-' }}</template>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|