优化平台运营概览并对齐管理端布局

统一管理端侧栏与顶栏 56px 高度;运营概览按 P2-08 重做 KPI、增长趋势、套餐分布与操作日志。
This commit is contained in:
yml2213
2026-07-15 13:45:38 +08:00
parent f6f7fd478e
commit 425cd1f0e2
5 changed files with 426 additions and 134 deletions
+2
View File
@@ -82,9 +82,11 @@ export interface AdminStats {
active_tenant: number
suspended_tenant?: number
expiring_tenant?: number
new_tenants_month?: number
monthly_income: number
system_uptime: string
plan_distribution?: { plan_id: number; name: string; count: number }[]
tenant_growth?: { month: string; month_key: string; new_count: number; total_count: number }[]
recent_logs?: OperationLog[]
}