feat: add reconciliation and quality reporting

This commit is contained in:
hectorzhao
2026-07-15 14:22:50 +08:00
parent 16311546af
commit 8c3336600e
32 changed files with 1730 additions and 200 deletions
+9
View File
@@ -149,6 +149,15 @@ export function AdminLayout() {
{ label: '充值记录', to: '/admin/recharge-records', icon: ReceiptText },
],
},
{
title: '报表对账',
icon: BarChart3,
items: [
{ label: '对账单', to: '/admin/reconciliation-reports', icon: ReceiptText },
{ label: '利润报表', to: '/admin/profit-reports', icon: TrendingUp },
{ label: '发送质量报表', to: '/admin/quality-reports', icon: BarChart3 },
],
},
{
title: '安全控制',
icon: Shield,