|
|
@@ -27,7 +27,7 @@
|
|
|
{{ scope.row?.subjectName || '-' }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column v-for="title in middleTitleData" :key="title.prop" align="center" :label="title.name" min-width="100">
|
|
|
+ <el-table-column v-for="(title,index) in middleTitleData" :key="`${title.prop}_${index}`" align="center" :label="title.name" min-width="100">
|
|
|
<template slot-scope="scope">
|
|
|
<template v-if="title.prop == 'score'">
|
|
|
<!-- * 1-得分显示分数,小题分显示分数,2-得分显示分数,小题分显示对错
|