fix:overview table取消多个悬浮框

This commit is contained in:
wangwenrui
2020-03-30 10:18:11 +08:00
parent 280b26c254
commit cba97a6d12
3 changed files with 49 additions and 3 deletions

View File

@@ -326,7 +326,12 @@
prop:'name',
show:true,
showPopover:true,
showOverflowTooltip:false,
popover:[
{
label:this.$t('dashboard.overview.project.project'),
prop:'name'
},
{
label:this.$t('dashboard.overview.project.module'),
prop:'moduleNum'
@@ -442,7 +447,12 @@
prop:'name',
show:true,
showPopover:true,
showOverflowTooltip:false,
popover:[
{
label:this.$t('dashboard.overview.dataCenter.dataCenter'),
prop:'name'
},
{
label:this.$t('dashboard.overview.asset.pingUp'),
prop:'endpointUp'