提交 f0c8559b authored 作者: matian's avatar matian

fix:修改分数排名导出和主观题客观题写反问题

上级 00587b8b
...@@ -39,8 +39,8 @@ export default { ...@@ -39,8 +39,8 @@ export default {
columns: [ columns: [
{ label: '排名', slots: 'paper_title', prop: 'ranking', align: 'center' }, { label: '排名', slots: 'paper_title', prop: 'ranking', align: 'center' },
{ label: '姓名', prop: 'personal_name', align: 'center', minWidth: 150 }, { label: '姓名', prop: 'personal_name', align: 'center', minWidth: 150 },
{ label: '客观题', prop: 'subjective', align: 'center', sortable: 'custom', minWidth: 100 }, { label: '客观题', prop: 'objective', align: 'center', sortable: 'custom', minWidth: 100 },
{ label: '主观题', prop: 'objective', align: 'center', sortable: 'custom', minWidth: 100 }, { label: '主观题', prop: 'subjective', align: 'center', sortable: 'custom', minWidth: 100 },
{ label: '总分', prop: 'score', align: 'center', sortable: 'custom' }, { label: '总分', prop: 'score', align: 'center', sortable: 'custom' },
{ label: '操作', slots: 'table_operate', align: 'center' } { label: '操作', slots: 'table_operate', align: 'center' }
], ],
......
...@@ -80,9 +80,7 @@ export default { ...@@ -80,9 +80,7 @@ export default {
} }
} }
}, },
mounted() {
console.log(this.scoreRanking, '9189839')
},
methods: { methods: {
handleResCount(val) { handleResCount(val) {
this.count = val this.count = val
...@@ -93,6 +91,7 @@ export default { ...@@ -93,6 +91,7 @@ export default {
type: this.type, type: this.type,
course_id: this.course_id, course_id: this.course_id,
examination_id: this.examination_id, examination_id: this.examination_id,
chapter_id: this.chapter_id,
download: 'true' download: 'true'
} }
exportScoreList(params).then(r => { exportScoreList(params).then(r => {
......
...@@ -111,6 +111,7 @@ export default { ...@@ -111,6 +111,7 @@ export default {
}) })
}, },
toTestData(row) { toTestData(row) {
console.log(row, 'row')
this.$router.push({ this.$router.push({
path: '/teacher/data/test/testData', path: '/teacher/data/test/testData',
query: { query: {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论