Browse Source

运营管理 推荐管理

DESKTOP-O04BTUJ\muzen 3 years ago
parent
commit
f3ca3ee02a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/operation/recommend/index.vue

+ 2 - 2
src/views/operation/recommend/index.vue

@@ -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
     },
 
     // 列表