Browse Source

只有二级显示模块类型

DESKTOP-SVI9JE1\muzen 2 năm trước cách đây
mục cha
commit
db248e5c6d

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

@@ -334,7 +334,7 @@ export default {
     },
     },
 
 
     typeFormatter(row) {
     typeFormatter(row) {
-      return row.moduleTypeId ? this.typeOptions.find(i => i.typeId === row.moduleTypeId).typeName : ''
+      return row.lv === 2 ? this.typeOptions.find(i => i.typeId === row.moduleTypeId).typeName : ''
     }
     }
   }
   }
 }
 }