|
@@ -233,6 +233,12 @@ let routerMap = [
|
|
|
name: 'subProjectManage',
|
|
name: 'subProjectManage',
|
|
|
component: require('@/pages/checkerManage/subProjectManage').default,
|
|
component: require('@/pages/checkerManage/subProjectManage').default,
|
|
|
meta: { title: '数据权限管理', permissionName: 'ticket-manage:subProject-manage' }
|
|
meta: { title: '数据权限管理', permissionName: 'ticket-manage:subProject-manage' }
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: 'statKeyManage',
|
|
|
|
|
+ name: 'statKeyManage',
|
|
|
|
|
+ component: require('@/pages/checkerManage/statKeyManage').default,
|
|
|
|
|
+ meta: { title: '统计字段配置管理', permissionName: 'ticket-manage:statKey-manage' }
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
@@ -260,13 +266,13 @@ let routerMap = [
|
|
|
path: 'osSaleStatistic',
|
|
path: 'osSaleStatistic',
|
|
|
name: 'osSaleStatistic',
|
|
name: 'osSaleStatistic',
|
|
|
component: require('@/pages/queryReport/osSaleStatistic').default,
|
|
component: require('@/pages/queryReport/osSaleStatistic').default,
|
|
|
- meta: { title: '分账统计', permissionName: 'ticket-manage:order-scenic-split-statistics' }
|
|
|
|
|
|
|
+ meta: { title: '分账统计', permissionName: 'statistics-center:order-scenic-split-statistics' }
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
path: 'ghSplitRecordStatistic',
|
|
path: 'ghSplitRecordStatistic',
|
|
|
name: 'ghSplitRecordStatistic',
|
|
name: 'ghSplitRecordStatistic',
|
|
|
component: require('@/pages/queryReport/ghSplitRecordStatistic').default,
|
|
component: require('@/pages/queryReport/ghSplitRecordStatistic').default,
|
|
|
- meta: { title: '工行商户统计', permissionName: 'ticket-manage:gh-mer-split-statistics' }
|
|
|
|
|
|
|
+ meta: { title: '工行商户统计', permissionName: 'statistics-center:gh-mer-split-statistics' }
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
path: 'checkQuery',
|
|
path: 'checkQuery',
|