Explorar el Código

除了1级都展示模块类型

DESKTOP-SVI9JE1\muzen hace 2 años
padre
commit
79762564ee
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/operation/recommend/index.vue

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

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