[update] 绑定零部件

This commit is contained in:
lideqin
2024-04-19 17:43:42 +08:00
parent 433318da32
commit be1cb2a9cd
@@ -265,6 +265,18 @@ export default {
this.treeData = []
this.searchValue = ''
this.selectedKeys = []
this.queryParam = {}
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
}
}
}
}