|
@@ -556,7 +556,7 @@ export default {
|
|
|
isCustom(item) {
|
|
|
let rules = {
|
|
|
'1': [0, 8].includes(this.active),
|
|
|
- '5': [5].includes(this.active)
|
|
|
+ '5': [5].includes(this.active),
|
|
|
}
|
|
|
return rules[this.tabIndex] || item.model === 1
|
|
|
},
|
|
@@ -571,7 +571,7 @@ export default {
|
|
|
'5': [0, 5].includes(this.active),
|
|
|
'6': [0, 6].includes(this.active)
|
|
|
}
|
|
|
- return rules[this.tabIndex] || item.isCustom === 0 || item.model === 1
|
|
|
+ return rules[this.tabIndex] || item.isCustom === 0
|
|
|
},
|
|
|
|
|
|
// 列表
|