|
|
@@ -65,7 +65,7 @@
|
|
|
</template>
|
|
|
<template #download="{row}">
|
|
|
<el-button type="primary" link @click="handleDownload(row.paperId, row.paperName)" v-hasPermi="['learn:paper:download']">下载</el-button>
|
|
|
- <!-- <el-button type="success" link @click="handleShowPaperQuestion(row.paperId)">题目</el-button> -->
|
|
|
+ <el-button type="success" link @click="handleShowPaperQuestion(row.paperId)">题目</el-button>
|
|
|
<el-button type="warning" link @click="handleSendPaper(row)">发送</el-button>
|
|
|
</template>
|
|
|
</Table>
|
|
|
@@ -569,7 +569,7 @@ const columns = [
|
|
|
{ label: '题数/总分', prop: 'questionInfo', width: 100, type: 'slot', slotName: 'questionInfo' },
|
|
|
{ label: '时长(分钟)', prop: 'duration', width: 120, type: 'slot', slotName: 'duration' },
|
|
|
{ label: '创建时间', prop: 'createTime', width: 160, type: 'slot', slotName: 'createTime' },
|
|
|
- { label: '操作', prop: 'download', width: 150, type: 'slot', slotName: 'download' }
|
|
|
+ { label: '操作', prop: 'download', width: 220, type: 'slot', slotName: 'download' }
|
|
|
]
|
|
|
|
|
|
// 操作按钮
|