fix:asset id默认不显示

This commit is contained in:
wangwenrui
2020-08-17 11:01:28 +08:00
parent 29ace6ddb2
commit caaa6f99ce
2 changed files with 5 additions and 4 deletions

View File

@@ -280,7 +280,8 @@
{
label: this.$t("asset.tableTitle.id"),
prop: 'ID',
show: true,
show: false,
allowed:true,
// width: 110
}, {
label: this.$t("asset.tableTitle.assetType"),