fix 79617

This commit is contained in:
赵霄
2024-01-12 09:39:19 +08:00
parent faf0394967
commit 433182412f
@@ -105,7 +105,7 @@ export default {
/* 分页参数 */
ipagination: {
current: 1,
pageSize: 5,
pageSize: 10,
pageSizeOptions: ['10', '30', '50', '100', '150', '200'],
showTotal: (total, range) => {
return range[0] + '-' + range[1] + ' ' + this.$t('total') + total + this.$t('strip')