commit
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
const answer = {
|
const answer = {
|
||||||
/*language=HTML*/
|
/*language=HTML*/
|
||||||
template: `
|
template: `
|
||||||
<el-dialog title="查看答卷" :visible.sync="dialogVisible" width="80%">
|
<el-dialog title="查看答卷" :visible.sync="dialogVisible" width="80%" top="2%">
|
||||||
<el-row type="flex" justify="end" class="mb10">
|
<el-row type="flex" justify="end" class="mb10">
|
||||||
<el-button type="primary" size="small" icon="el-icon-download" @click="exportUserAnswerXlsx">导出xlsx</el-button>
|
<el-button type="primary" size="small" icon="el-icon-download" @click="exportUserAnswerXlsx">导出xlsx</el-button>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|||||||
Reference in New Issue
Block a user