网格员
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -140,6 +140,7 @@ export default { | ||||
|       } | ||||
|     }, | ||||
|     handleNodeClick(data) { | ||||
|       this.isShowMenu = false | ||||
|       this.$emit('select', data) | ||||
|     }, | ||||
|     handleFilter(v, data) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user