|
@@ -158,7 +158,7 @@
|
|
@current-change="handleCurrentChange"
|
|
@current-change="handleCurrentChange"
|
|
:current-page="currentPage"
|
|
:current-page="currentPage"
|
|
:page-size="pageSize"
|
|
:page-size="pageSize"
|
|
- :page-sizes="[10, 20, 50, 100]"
|
|
|
|
|
|
+ :page-sizes="[10, 20, 50, 100, 200, 300]"
|
|
@size-change="handleSizeChange"
|
|
@size-change="handleSizeChange"
|
|
layout="total, sizes, prev, pager, next, jumper"
|
|
layout="total, sizes, prev, pager, next, jumper"
|
|
:total="total"
|
|
:total="total"
|
|
@@ -363,7 +363,6 @@
|
|
@size-change="handleExamSizeChange"
|
|
@size-change="handleExamSizeChange"
|
|
:current-page="examCurrentPage"
|
|
:current-page="examCurrentPage"
|
|
:page-size="examPageSize"
|
|
:page-size="examPageSize"
|
|
- :page-sizes="[10]"
|
|
|
|
layout="total, sizes, prev, pager, next, jumper"
|
|
layout="total, sizes, prev, pager, next, jumper"
|
|
:total="examTotal"
|
|
:total="examTotal"
|
|
></el-pagination>
|
|
></el-pagination>
|
|
@@ -459,7 +458,6 @@
|
|
@size-change="handleMarkSizeChange"
|
|
@size-change="handleMarkSizeChange"
|
|
:current-page="markCurrentPage"
|
|
:current-page="markCurrentPage"
|
|
:page-size="markPageSize"
|
|
:page-size="markPageSize"
|
|
- :page-sizes="[10]"
|
|
|
|
layout="total, sizes, prev, pager, next, jumper"
|
|
layout="total, sizes, prev, pager, next, jumper"
|
|
:total="markTotal"
|
|
:total="markTotal"
|
|
></el-pagination>
|
|
></el-pagination>
|