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";