This commit is contained in:
Taric Xin
2022-03-10 16:13:53 +08:00
38 changed files with 1940 additions and 171 deletions

View File

@ -522,7 +522,7 @@
"group": true,
"children": [{
"text": "返佣配置",
"link": "/partner/rebate/"
"link": "/partner/rebate/setting"
},
{
"text": "返佣明细",
@ -556,8 +556,7 @@
},
{
"text": "提现记录",
"link": "/partner/account-management/withdraw-record",
"hide": true
"link": "/partner/account-management/withdraw-record"
},
{
"text": "提现详情",
@ -565,6 +564,21 @@
"hide": true
}
]
},
{
"text": "客户认领审核",
"link": "/partner/claim-audit/list",
"children": [{
"text": "合伙人客户认领详情",
"link": "/partner/claim-audit/partner-detail",
"hide": true
},
{
"text": "渠道销售客户认领详情",
"link": "/partner/claim-audit/channel-detail",
"hide": true
}
]
}
]
}