修改数据资源判断

This commit is contained in:
a0049873 2022-07-05 10:39:59 +08:00
parent 4c85700094
commit a6488d0c92
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
:class=" :class="
item.type == '应用资源' item.type == '应用资源'
? 'yyzy' ? 'yyzy'
: item.type == '数据资源' : !item.type
? 'sjzy' ? 'sjzy'
: item.infoList && : item.infoList &&
item.infoList.filter((val) => val.attrType == '组件类型')[0] item.infoList.filter((val) => val.attrType == '组件类型')[0]