feat(performanceTotal): 业绩汇总取消注释
This commit is contained in:
parent
df20087d3b
commit
2b980be59d
|
@ -675,12 +675,12 @@ export const constantRoutes = [
|
|||
component: () => import('@/views/settlementCenter/bonusCount/index'),
|
||||
meta: { title: '奖金计算' }
|
||||
},
|
||||
// {
|
||||
// path: 'performanceTotal',
|
||||
// name: 'performanceTotal',
|
||||
// component: () => import('@/views/settlementCenter/performanceTotal/index'),
|
||||
// meta: { title: '业绩汇总' }
|
||||
// },
|
||||
{
|
||||
path: 'performanceTotal',
|
||||
name: 'performanceTotal',
|
||||
component: () => import('@/views/settlementCenter/performanceTotal/index'),
|
||||
meta: { title: '业绩汇总' }
|
||||
},
|
||||
{
|
||||
path: 'performanceRatio',
|
||||
name: 'performanceRatio',
|
||||
|
|
Loading…
Reference in New Issue