NEZ-787 fix: 修复Asset model页面,点击Open terminal,Duplicate,Silence alert按钮无反应

This commit is contained in:
@changcode
2021-07-01 17:56:01 +08:00
parent f2277d7014
commit c715a96321
6 changed files with 82 additions and 25 deletions

View File

@@ -118,12 +118,12 @@ export default {
prop: 'id',
show: true,
width: 80,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('overall.name'),
prop: 'name',
show: true,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('asset.location'),
prop: 'location',
@@ -132,12 +132,12 @@ export default {
label: this.$t('config.dc.cabinetNum'),
prop: 'cabinetNum',
show: true,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('config.dc.assets'),
prop: 'assetNum',
show: true,
sortable:'custom'
sortable: 'custom'
}, {
label: this.$t('config.dc.alert'),
prop: 'alertNum',
@@ -162,11 +162,14 @@ export default {
label: this.$t('config.dc.state'),
prop: 'state',
show: true,
sortable:'custom'
sortable: 'custom'
}
]
}
},
mounted () {
console.log(this.userData)
},
methods: {
showTableTooltip,
hideTableTooltip,