网格员

This commit is contained in:
yanran200730
2022-03-25 11:41:09 +08:00
parent 7808526ee7
commit dd901c005d
2 changed files with 3 additions and 2 deletions

View File

@@ -49,9 +49,9 @@
tabs () {
const tabList = [
{label: '网格员信息', name: 'List', comp: List, permission: ''},
// {label: '申报信息', name: 'ApplyList', comp: ApplyList, permission: ''}
{label: '申报信息', name: 'ApplyList', comp: ApplyList, permission: 'appgirdmemberapply'}
].filter(item => {
return true
return item.name !== 'ApplyList' || this.permissions(item.app_appgirdmemberapply_detail)
})
return tabList