提交导出

This commit is contained in:
daihh
2022-08-19 09:42:44 +08:00
parent e51af03e1d
commit a8430ce45c

View File

@@ -470,6 +470,7 @@
</div>
<div style="padding: 0px 5px">
<el-button icon="el-icon-search" type="primary" @click="getResults()">搜索</el-button>
<el-button icon="el-icon-search" type="primary" @click="exportAnswers()">导出成绩</el-button>
</div>
</div>
</div>
@@ -1181,6 +1182,10 @@ export default {
this.answerData.count = res.result.count;
}
})
},
//导入考试成绩
exportAnswers(){
},
handleSizeAnswerChange(val){
this.answerData.pageSize = val