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

fix:我的考试-列表分页默认20条数据

上级 f089b1b4
...@@ -143,7 +143,8 @@ export default { ...@@ -143,7 +143,8 @@ export default {
{ label: '考中异常', prop: 'exam_error' }, { label: '考中异常', prop: 'exam_error' },
{ label: '成绩', prop: 'sheet.score' }, { label: '成绩', prop: 'sheet.score' },
{ label: '操作', slots: 'table-x', align: 'right', width: 150 } { label: '操作', slots: 'table-x', align: 'right', width: 150 }
] ],
limit: 20
} }
}, },
exam_id() { exam_id() {
......
...@@ -87,7 +87,8 @@ export default { ...@@ -87,7 +87,8 @@ export default {
prop: 'status_text' prop: 'status_text'
}, },
{ label: '操作', slots: 'table-x', align: 'right', width: 150 } { label: '操作', slots: 'table-x', align: 'right', width: 150 }
] ],
limit: 20
} }
} }
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论