|
@@ -22,7 +22,7 @@
|
|
|
</template>
|
|
</template>
|
|
|
<template v-else-if="title.prop == 'imgUrlList'">
|
|
<template v-else-if="title.prop == 'imgUrlList'">
|
|
|
<!-- :disabled="!scope?.row?.imgUrlList || scope?.row?.imgUrlList == '-'" -->
|
|
<!-- :disabled="!scope?.row?.imgUrlList || scope?.row?.imgUrlList == '-'" -->
|
|
|
- <el-button v-if="scope.row.isTotal==0 || scope.row.subjectGroupType==0" type="text" @click="OpenStudentPaper(scope.row.subjectCode)">查看答题卡</el-button>
|
|
|
|
|
|
|
+ <el-button v-if="scope.row.isTotal==0 && scope.row.subjectGroupType==0" type="text" @click="OpenStudentPaper(scope.row.subjectCode)">查看答题卡</el-button>
|
|
|
<template v-else>-</template>
|
|
<template v-else>-</template>
|
|
|
</template>
|
|
</template>
|
|
|
<template v-else>{{ scope.row?.[title.prop] || "-" }}</template>
|
|
<template v-else>{{ scope.row?.[title.prop] || "-" }}</template>
|