mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
提交导出
This commit is contained in:
@@ -470,6 +470,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div style="padding: 0px 5px">
|
<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="getResults()">搜索</el-button>
|
||||||
|
<el-button icon="el-icon-search" type="primary" @click="exportAnswers()">导出成绩</el-button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -1181,6 +1182,10 @@ export default {
|
|||||||
this.answerData.count = res.result.count;
|
this.answerData.count = res.result.count;
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
},
|
||||||
|
//导入考试成绩
|
||||||
|
exportAnswers(){
|
||||||
|
|
||||||
},
|
},
|
||||||
handleSizeAnswerChange(val){
|
handleSizeAnswerChange(val){
|
||||||
this.answerData.pageSize = val
|
this.answerData.pageSize = val
|
||||||
|
|||||||
Reference in New Issue
Block a user