666
This commit is contained in:
@ -14,12 +14,14 @@ const routes: Routes = [
|
|||||||
{ path: 'sale-statistics', component: PartnerSaleStatisticsComponent },
|
{ path: 'sale-statistics', component: PartnerSaleStatisticsComponent },
|
||||||
{ path: 'channel-sales',
|
{ path: 'channel-sales',
|
||||||
children:[
|
children:[
|
||||||
|
{path: '', component: ParterChannelSalesListComponent},
|
||||||
{path: 'list', component: ParterChannelSalesListComponent},
|
{path: 'list', component: ParterChannelSalesListComponent},
|
||||||
{path: 'edit', component: ParterChannelSalesEditComponent},
|
{path: 'edit', component: ParterChannelSalesEditComponent},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{ path: 'level-config',
|
{ path: 'level-config',
|
||||||
children:[
|
children:[
|
||||||
|
{path: '', component: ParterLevelConfigListComponent},
|
||||||
{path: 'list', component: ParterLevelConfigListComponent},
|
{path: 'list', component: ParterLevelConfigListComponent},
|
||||||
{path: 'edit', component: ParterLevelConfigEditComponent},
|
{path: 'edit', component: ParterLevelConfigEditComponent},
|
||||||
]
|
]
|
||||||
|
|||||||
@ -508,10 +508,20 @@
|
|||||||
{
|
{
|
||||||
"text": "合伙人管理",
|
"text": "合伙人管理",
|
||||||
"icon": "anticon anticon-dashboard",
|
"icon": "anticon anticon-dashboard",
|
||||||
"children": [{
|
"children": [
|
||||||
|
{
|
||||||
"text": "业务统计",
|
"text": "业务统计",
|
||||||
"link": "/partner/business-statistics/index"
|
"link": "/partner/business-statistics/index"
|
||||||
}]
|
},
|
||||||
|
{
|
||||||
|
"text": "销售渠道管理",
|
||||||
|
"link": "/partner/channel-sales/list"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "等级配置",
|
||||||
|
"link": "/partner/level-config/list"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}]
|
}]
|
||||||
|
|||||||
Reference in New Issue
Block a user