图片判断 默认智能算法

This commit is contained in:
a0049873 2022-07-05 18:37:28 +08:00
parent 6539637031
commit 48971f001a
2 changed files with 320 additions and 317 deletions

View File

@ -39,6 +39,9 @@
? 'yyzy'
: !item.type
? 'sjzy'
: !item.infoList ||
!item.infoList.filter((val) => val.attrType == '组件类型')[0]
? 'znsf'
: item.infoList &&
item.infoList.filter((val) => val.attrType == '组件类型')[0]
.attrValue == '智能算法'

View File

@ -753,7 +753,7 @@
//
const showItem = (id, type, delFlag, note1) => {
if (type == '基础设施') {
console.log()
// console.log()
let arr = JSON.parse(note1)
xVideoList.value = []
arr.map((val) => {