fix 80726

This commit is contained in:
赵霄
2024-01-12 14:32:13 +08:00
parent 4a2d81ab8e
commit 0924504c30
13 changed files with 19 additions and 19 deletions
@@ -104,7 +104,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')
},
@@ -104,7 +104,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')
},