src/tabviews/custom/index.jsx
@@ -414,6 +414,16 @@ return false } item.subtabs = item.subtabs.filter(tab => { if ( tab.blacklist && tab.blacklist.length > 0 && tab.blacklist.filter(v => roleId.indexOf(v) > -1).length > 0 ) { return false } return true }) item.subtabs = item.subtabs.map(tab => { tab.components = this.filterComponent(tab.components, roleId, permAction, permMenus) return tab