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