mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
提交导出
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user