|
@@ -1319,8 +1319,8 @@ export const asyncRouterMap = [
|
|
|
component: BlankLayout,
|
|
|
meta: {
|
|
|
title: '单位应收应付管理(新版)',
|
|
|
- icon: 'transaction'
|
|
|
- // permission: 'M_companyReceivablePayableNewList'
|
|
|
+ icon: 'transaction',
|
|
|
+ permission: 'M_companyReceivablePayableList'
|
|
|
},
|
|
|
hideChildrenInMenu: true,
|
|
|
children: [
|
|
@@ -1331,8 +1331,8 @@ export const asyncRouterMap = [
|
|
|
meta: {
|
|
|
title: '单位应收应付列表',
|
|
|
icon: 'transaction',
|
|
|
- hidden: true
|
|
|
- // permission: 'M_companyReceivablePayableNewList'
|
|
|
+ hidden: true,
|
|
|
+ permission: 'M_companyReceivablePayableList'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -1342,8 +1342,8 @@ export const asyncRouterMap = [
|
|
|
meta: {
|
|
|
title: '编辑单位应收应付',
|
|
|
icon: 'transaction',
|
|
|
- hidden: true
|
|
|
- // permission: 'M_collectionPayment'
|
|
|
+ hidden: true,
|
|
|
+ permission: 'M_collectionPayment'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -1353,8 +1353,8 @@ export const asyncRouterMap = [
|
|
|
meta: {
|
|
|
title: '单位应收应付详情',
|
|
|
icon: 'transaction',
|
|
|
- hidden: true
|
|
|
- // permission: 'M_companyReceivablePayableNew_detail'
|
|
|
+ hidden: true,
|
|
|
+ permission: 'M_companyReceivablePayable_detail'
|
|
|
}
|
|
|
}
|
|
|
]
|