feat: add reconciliation and quality reporting
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user