[update] 修改bug80348

This commit is contained in:
lideqin
2024-01-08 15:18:32 +08:00
parent 83e71f1a69
commit e82a6dd4bb
@@ -260,6 +260,17 @@ export default {
close () {
this.queryParam = {}
this.visible = false
this.ipagination = {
current: 1,
pageSize: 10,
pageSizeOptions: ['10', '30', '50', '100', '150', '200'],
showTotal: (total, range) => {
return range[0] + '-' + range[1] + ' ' + this.$t('total') + total + this.$t('strip')
},
showQuickJumper: true,
showSizeChanger: true,
total: 0
}
}
}
}