[fix 83985] 分页调整

This commit is contained in:
danshihao
2024-04-25 11:29:57 +08:00
parent ec6282dfd8
commit 7821f182ca
@@ -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 + '条'
},