新增资金出款查询与财务统计

This commit is contained in:
yml2213
2026-07-26 16:18:31 +08:00
parent 321f0781cf
commit dbe0cda2c6
17 changed files with 1604 additions and 31 deletions
+6
View File
@@ -163,6 +163,12 @@ const allNavGroups: NavGroup[] = [
icon: Document,
permission: 'wallet:view',
},
{
label: '资金出款',
to: adminPath('finance/disbursements'),
icon: Money,
permission: 'wallet:view',
},
{
label: '资金流水',
to: adminPath('wallet-ledger'),