This commit is contained in:
2025-09-29 21:38:32 +08:00
parent ed26244cdb
commit 19117de6c8
182 changed files with 11590 additions and 2156 deletions

View File

@@ -42,3 +42,11 @@ export const STORAGE_KEYS = {
}
// KPI 标签常量,避免页面硬编码
export const KPI_LABELS = {
todaySales: '今日销售额',
monthSales: '本月销售额',
monthProfit: '本月利润',
stockCount: '库存量'
}