diff --git a/client/src/pages/TimePage.tsx b/client/src/pages/TimePage.tsx
index e58aa08..51d1b88 100644
--- a/client/src/pages/TimePage.tsx
+++ b/client/src/pages/TimePage.tsx
@@ -107,7 +107,7 @@ export function TimePage() {
v >= 10000 ? `${(v / 10000).toFixed(0)}万` : v} tick={{ fontSize: 10 }} />
-
+ v >= 10000 ? `${(v / 10000).toFixed(0)}万` : v} tick={{ fontSize: 10 }} />
name === '实收' ? formatCurrency(v) : name === '客单价' ? formatCurrency(v) : formatNumber(v)} />
@@ -124,7 +124,7 @@ export function TimePage() {
`${v}:00`} tick={{ fontSize: 10 }} />
v >= 10000 ? `${(v / 10000).toFixed(0)}万` : v} tick={{ fontSize: 10 }} />
-
+ v >= 10000 ? `${(v / 10000).toFixed(0)}万` : v} tick={{ fontSize: 10 }} />
`${v}:00`} formatter={(v: any, name: any) => name === '实收' ? formatCurrency(v) : formatNumber(v)} />