feat: 几个详情页
1.asset详情页 2.asset页面 alert 超链接 3.alert rule 详情页 4.datacenter详情页
This commit is contained in:
@@ -458,6 +458,12 @@
|
||||
}
|
||||
}
|
||||
detail.push({label: this.$t('config.promServer.type'), value: type});
|
||||
detail.push({
|
||||
label: this.$t('asset.createAssetTab.state'),
|
||||
value: obj.status,
|
||||
type: 'status',
|
||||
msg: this.$t('asset.assetStatPre')+(obj.checkTime ? obj.checkTime : this.$t('asset.assetStatDown'))
|
||||
});
|
||||
return detail;
|
||||
},
|
||||
elementsetShow(s, e) {
|
||||
|
||||
Reference in New Issue
Block a user