优化平台运营概览并对齐管理端布局
统一管理端侧栏与顶栏 56px 高度;运营概览按 P2-08 重做 KPI、增长趋势、套餐分布与操作日志。
This commit is contained in:
@@ -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[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user