@@ -334,7 +334,7 @@ export default {
},
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 : ''
}