feat: 连锁餐饮数字本体与AI经营智脑 - 新增分析页面、ETL脚本、总结文档
This commit is contained in:
@@ -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">
|
||||
{/* 经营概览 */}
|
||||
|
||||
Reference in New Issue
Block a user