feat: 月度模式全面参数化 - 移除硬编码日期,前后端按月动态查询
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user