|
@@ -16,7 +16,7 @@ export default {
|
|
...this.pagination,
|
|
...this.pagination,
|
|
showTotal: total => `共 ${total} 条数据`,
|
|
showTotal: total => `共 ${total} 条数据`,
|
|
showSizeChanger: true,
|
|
showSizeChanger: true,
|
|
- pageSizeOptions: ['10', '20', '50']
|
|
|
|
|
|
+ pageSizeOptions: ['10', '20', '50', '500']
|
|
})
|
|
})
|
|
}
|
|
}
|
|
},
|
|
},
|