[update] 修改bug79073

This commit is contained in:
lideqin
2023-12-06 09:10:18 +08:00
parent afba456f2f
commit 67f1cc2700
9 changed files with 14 additions and 14 deletions
@@ -130,7 +130,7 @@ export default {
ipagination: {
current: 1,
pageSize: 10,
pageSizeOptions: ['10', '20', '30'],
pageSizeOptions: ['10', '30', '50', '100', '150', '200'],
showTotal: (total, range) => {
return range[0] + '-' + range[1] + ' ' + this.$t('total') + ' ' + total + ' ' + this.$t('strip')
},