fix:Asset Info 图表 Feature -> Attribute

This commit is contained in:
wangwenrui
2020-07-17 18:15:47 +08:00
parent eaf6ecc304
commit 3ee0050ce5
4 changed files with 6 additions and 6 deletions

View File

@@ -1298,10 +1298,10 @@
type: 'basic',
data: response.data.Basic
});
response.data.Feature && detail.push({
response.data.Attribute && detail.push({
title: vm.$t('asset.createAssetTab.featureTitle'),
type: 'feature',
data: response.data.Feature
type: 'attribute',
data: response.data.Attribute
});
}();
}