提交 5f6ef648 authored 作者: matian's avatar matian

fix:修改未提交为未作答

上级 89482a62
...@@ -149,7 +149,7 @@ export default { ...@@ -149,7 +149,7 @@ export default {
prop: 'sheet.status', prop: 'sheet.status',
computed({ row }) { computed({ row }) {
if (row.sheet.status === 0) { if (row.sheet.status === 0) {
return '未提交' return '未作答'
} else if (row.sheet.status === 1) { } else if (row.sheet.status === 1) {
return '待批阅' return '待批阅'
} else if (row.sheet.status === 2) { } else if (row.sheet.status === 2) {
...@@ -276,6 +276,7 @@ export default { ...@@ -276,6 +276,7 @@ export default {
}, },
// 转移考生 // 转移考生
transferStudent() { transferStudent() {
console.log(this.multipleSelection.map(item => item.student_id).length)
const params = { const params = {
transfer_exam_id: this.transfer_exam_id, transfer_exam_id: this.transfer_exam_id,
exam_id: this.exam_id, exam_id: this.exam_id,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论