feat: 月度模式全面参数化 - 移除硬编码日期,前后端按月动态查询

This commit is contained in:
freedakgmail
2026-08-01 13:10:22 +08:00
parent a90c133578
commit dab06ba109
43 changed files with 9135 additions and 309 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ export function RevenuePage() {
{/* 门店营收排名 */}
<div className="grid gap-4 lg:grid-cols-2">
<CollapsibleSection title="营收 TOP10" subtitle="赚钱最多的10家门店">
<CollapsibleSection title="营收 TOP10" subtitle="实收最高的10家门店">
<ResponsiveContainer width="100%" height={320}>
<BarChart data={top10} layout="vertical" margin={{ left: 70 }}>
<CartesianGrid strokeDasharray="3 3" />