|
@@ -114,8 +114,8 @@ export default {
|
|
|
component: BlankLayout,
|
|
|
meta: {
|
|
|
title: '经销商账户',
|
|
|
- icon: 'team'
|
|
|
- // permission: 'M_dealerAccountList'
|
|
|
+ icon: 'team',
|
|
|
+ permission: 'M_dealerAccountList'
|
|
|
},
|
|
|
hideChildrenInMenu: true,
|
|
|
children: [
|
|
@@ -126,8 +126,8 @@ export default {
|
|
|
meta: {
|
|
|
title: '经销商账户列表',
|
|
|
icon: 'team',
|
|
|
- hidden: true
|
|
|
- // permission: 'M_dealerAccountList'
|
|
|
+ hidden: true,
|
|
|
+ permission: 'M_dealerAccountList'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -138,8 +138,8 @@ export default {
|
|
|
title: '轮胎补贴金额',
|
|
|
icon: 'thunderbolt',
|
|
|
replaceTab: true,
|
|
|
- hidden: true
|
|
|
- // permission: 'M_dealerAccountDetail'
|
|
|
+ hidden: true,
|
|
|
+ permission: 'M_dealerAccountDetail'
|
|
|
}
|
|
|
}
|
|
|
]
|
|
@@ -234,8 +234,8 @@ export default {
|
|
|
component: BlankLayout,
|
|
|
meta: {
|
|
|
title: '轮胎省仓管理',
|
|
|
- icon: 'share-alt'
|
|
|
- // permission: 'M_tireSavingWarehouse'
|
|
|
+ icon: 'share-alt',
|
|
|
+ permission: 'M_tireSavingWarehouse'
|
|
|
},
|
|
|
hideChildrenInMenu: true,
|
|
|
children: [
|
|
@@ -246,8 +246,8 @@ export default {
|
|
|
meta: {
|
|
|
title: '轮胎省仓管理列表',
|
|
|
icon: 'share-alt',
|
|
|
- hidden: true
|
|
|
- // permission: 'M_tireSavingWarehouseList'
|
|
|
+ hidden: true,
|
|
|
+ permission: 'M_tireSavingWarehouseList'
|
|
|
}
|
|
|
}
|
|
|
]
|