[fix 83985] 分页调整
This commit is contained in:
@@ -357,7 +357,7 @@ export default {
|
||||
ipagination: {
|
||||
current: 1,
|
||||
pageSize: 10,
|
||||
pageSizeOptions: ['1', '10', '20', '30'],
|
||||
pageSizeOptions: ['10', '20', '30'],
|
||||
showTotal: (total, range) => {
|
||||
return '共' + total + '条'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user