# Conflicts:
#	src/views/competitionManage/generatePaper.vue
This commit is contained in:
zyy 2020-05-27 18:10:39 +08:00
commit 32d94e6b38

View File

@ -23,7 +23,7 @@
<el-tag type="primary" disable-transitions>{{ QuestionTypeMap[scope.row.type] }}</el-tag>
</template>
</el-table-column>
<el-table-column prop="topic" label="题目">
<el-table-column prop="topic" label="题目" show-overflow-tooltip="">
<template slot-scope="scope">
<span v-html="scope.row.topic" />
</template>