This commit is contained in:
Taric Xin
2021-12-23 20:05:25 +08:00
parent 37daa23ae1
commit dc28444d16
24 changed files with 1052 additions and 2 deletions

View File

@ -251,6 +251,10 @@
"icon": "anticon anticon-dashboard",
"group": true,
"children": [
{
"text": "费用管理",
"link": "/financial-management/cost-management"
},
{
"text": "货主账户",
"link": "/financial-management/freight-account"
@ -281,6 +285,18 @@
"text": "提现详情",
"hide": true,
"link": "/financial-management/withdrawals-record/detail/:id"
},
{
"text": "异常入金",
"link": "/financial-management/abnormal-gold"
},
{
"text": "支付记录",
"link": "/financial-management/payment-record"
},
{
"text": "交易流水",
"link": "/financial-management/transaction-flow"
}
]
},