|
@@ -12,8 +12,8 @@ export default {
|
|
|
|
|
|
Vue.prototype.initPagination = function() {
|
|
|
return {
|
|
|
- pageSize: 10,
|
|
|
- pageSizes: [10, 20, 50, 100, 200, 500],
|
|
|
+ pageSize: 50,
|
|
|
+ pageSizes: [10, 30, 50, 100, 150, 200],
|
|
|
layout: 'total, sizes, prev, pager, next, jumper',
|
|
|
total: 0,
|
|
|
currentPage: 1,
|