fix:修改公用穿梭框

This commit is contained in:
zhangyu
2021-04-26 10:28:01 +08:00
parent c4c96ff3dc
commit f70ae799ab
2 changed files with 26 additions and 14 deletions

View File

@@ -193,6 +193,7 @@
:search-msg="transfer.searchMsg"
:table-data="transfer.tableData"
style="margin-bottom: 20px;"
:tableTitle="transfer.tableTitle"
@leftToRight="addAsset"
@rightToLeft="removeAsset">
<template v-slot:title>Selected</template>
@@ -309,6 +310,18 @@ export default {
}
]
},
tableTitle: [
{
label: this.$t('overall.name'),
prop: 'name',
show: true
},
{
label: this.$t('asset.host'),
prop: 'host',
show: true
}
],
pageObj: {
pageNo: 1,
pageSize: 10,