@@ -128,6 +128,10 @@
return item
})
}
+ // 权益不显示出差管理模块
+ if(userInfo.IsRai){
+ this.my_tabs=this.my_tabs.filter(_ => _.label !== '出差管理')
+ }
},