feat embed wallets and add withdrawal records
This commit is contained in:
@@ -108,15 +108,8 @@ const routes: AppRouteRecordRaw[] = [
|
||||
child('ec', 'order-items', 'order-items', '订单明细', '/ec_order_item', 'ec_order', true, 'ec-orders'),
|
||||
child('ec', 'reviews', 'reviews', '商品评价', '/ec_review', 'ec_review'),
|
||||
]),
|
||||
group('wallet', 'wallet', '钱包管理', 'icon-safe', 80, [
|
||||
child('wallet', 'wallet-basic', 'basic', '钱包', '/wallet_basic', 'wallet_basic'),
|
||||
child('wallet', 'banks', 'banks', '银行卡', '/wallet_bank', 'wallet_bank'),
|
||||
child('wallet', 'payments', 'payments', '支付记录', '/wallet_payment', 'wallet_payment'),
|
||||
child('wallet', 'records', 'records', '钱包流水', '/wallet_record', 'wallet_record'),
|
||||
child('wallet', 'refunds', 'refunds', '退款记录', '/wallet_refund', 'wallet_refund'),
|
||||
child('wallet', 'apply-cash', 'apply-cash', '提现申请', '/wallet_apply_cash', 'wallet_apply_cash'),
|
||||
]),
|
||||
group('finance', 'finance', '财务管理', 'icon-bar-chart', 90, [
|
||||
child('finance', 'withdrawals', 'withdrawals', '提现记录', '/wallet_apply_cash', 'wallet_apply_cash'),
|
||||
child('finance', 'payments', 'payments', '支付记录', '/fin_payment', 'fin_payment'),
|
||||
child('finance', 'settlements', 'settlements', '财务结算', '/fin_settlement', 'fin_settlement'),
|
||||
child('finance', 'reconciliations', 'reconciliations', '财务对账', '/fin_reconciliation', 'fin_reconciliation'),
|
||||
|
||||
Reference in New Issue
Block a user