feat: 连锁餐饮数字本体与AI经营智脑 - 新增分析页面、ETL脚本、总结文档

This commit is contained in:
freedakgmail
2026-08-02 10:54:48 +08:00
parent 73f12f40d1
commit a1a8b7ee5e
19 changed files with 3453 additions and 2 deletions
+4
View File
@@ -8,6 +8,7 @@ import { formatCurrency, formatPercent, formatNumber, cn } from '@/lib/utils'
import { LoadingSpinner } from '@/components/LoadingSpinner'
import { MonthPicker } from '@/components/MonthPicker'
import { SearchSelect } from '@/components/SearchSelect'
import { KPISection } from '@/components/KPISection'
import { useState } from 'react'
const SCORE_DIMENSIONS = [
@@ -262,6 +263,9 @@ export function StorePage() {
</div>
</div>
{/* KPI达成率 */}
<KPISection month={month} level="store" storeCode={storeCode} />
{/* 最新经营概览 + 本周指标进度 一行 */}
<div className="grid gap-4 lg:grid-cols-2">
{/* 经营概览 */}