From c9339c1bca7dd619bbe340c2417a156936064e30 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Mon, 25 May 2026 06:25:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E8=B5=B0=E5=8A=BF=E5=9B=BE?= =?UTF-8?q?=20ReferenceLine=20=E7=9A=84=20UMA=20=E5=89=8D=E7=BC=80?= =?UTF-8?q?=EF=BC=8C=E4=BB=85=E6=98=BE=E7=A4=BA=E6=B8=A9=E5=BA=A6=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/components/dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx b/frontend/components/dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx index 81ee6ff5..eb815304 100644 --- a/frontend/components/dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx +++ b/frontend/components/dashboard/scan-terminal/LiveTemperatureThresholdChart.tsx @@ -508,7 +508,7 @@ export function LiveTemperatureThresholdChart({ stroke="#f97316" strokeDasharray="4 3" strokeWidth={2} - label={{ value: `UMA ${threshold.toFixed(1)}°`, fill: "#f97316", fontSize: 10, position: "left" }} + label={{ value: `${threshold.toFixed(1)}°`, fill: "#f97316", fontSize: 10, position: "left" }} /> )} {probRefLines.map((item, i) => (