From b5781eb64c7c619ded4494b4cc2b098e78afd956 Mon Sep 17 00:00:00 2001 From: "wanling040@gmail.com" Date: Sun, 24 Jul 2022 21:06:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B6=E7=AB=AF=E8=A6=81=E6=B1=82-?= =?UTF-8?q?=20=E9=9B=BB=E7=AB=99=E7=B8=BD=E6=94=AC=20=E6=A2=9D=E5=88=97?= =?UTF-8?q?=E5=BC=8F=E6=B8=85=E5=96=AE=E5=8A=A0=E5=85=A5=E7=87=88=E8=99=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SolarPower/Views/StationOverview/Index.cshtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SolarPower/Views/StationOverview/Index.cshtml b/SolarPower/Views/StationOverview/Index.cshtml index 919bf3e..ce52644 100644 --- a/SolarPower/Views/StationOverview/Index.cshtml +++ b/SolarPower/Views/StationOverview/Index.cshtml @@ -442,13 +442,13 @@ var statusName; switch (val.healthStatus) { case 1: - statusName = "設備正常"; + statusName = statusicon + "設備正常"; break; case 2: - statusName = "設備斷線"; + statusName = statusicon + "設備斷線"; break; case 3: - statusName = "設備異常"; + statusName = statusicon + "設備異常"; break; default: statusName = "NULL";