merge-requests/1/head
张鑫 5 years ago
parent 5de2c8aa04
commit 3066b1171d

@ -101,10 +101,10 @@ export default {
pageNum: 1,
pageSize: 10,
data: [],
pagination: {
pagination:{
total: 0,
defaultPageSize: 10, //
showTotal: total => `${total} 条数据`, //
showTotal: total => `${total} 条数据`,//
showSizeChanger: true, //
pageSizeOptions: ['10', '20', '30'],
onShowSizeChange: (current, pageSize) => this.pageSize = pageSize //

Loading…
Cancel
Save