新增财务仪表盘并统一金额到角
This commit is contained in:
@@ -97,6 +97,18 @@ const allNavGroups: NavGroup[] = [
|
||||
index: 'finance',
|
||||
icon: Coin,
|
||||
children: [
|
||||
{
|
||||
label: '财务仪表盘',
|
||||
to: '/admin/finance/dashboard',
|
||||
icon: DataLine,
|
||||
permission: 'wallet:view',
|
||||
},
|
||||
{
|
||||
label: '财务明细',
|
||||
to: '/admin/finance/details',
|
||||
icon: Document,
|
||||
permission: 'wallet:view',
|
||||
},
|
||||
{ label: '资金流水', to: '/admin/wallet-ledger', icon: Wallet, permission: 'wallet:view' },
|
||||
{ label: '支付流水', to: '/admin/payments', icon: CreditCard, permission: 'wallet:view' },
|
||||
{ label: '提现审核', to: '/admin/withdrawals', icon: Money, permission: 'withdrawal:list' },
|
||||
|
||||
Reference in New Issue
Block a user