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

update

上级 570d254a
......@@ -111,13 +111,13 @@ export default {
columns: [
{ type: 'selection', minWidth: '50px', fixed: 'left' },
{
label: '考生状态',
label: '试卷状态',
prop: 'sheet.status',
computed({ row }) {
if (row.sheet.status === 0) {
return '未提交'
} else if (row.sheet.status === 1) {
return '已提交'
return '待批阅'
} else if (row.sheet.status === 2) {
return '已批改'
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论