diff --git a/SolarPower/Views/ExceptionRecord/Index.cshtml b/SolarPower/Views/ExceptionRecord/Index.cshtml index bfd136a..33c3170 100644 --- a/SolarPower/Views/ExceptionRecord/Index.cshtml +++ b/SolarPower/Views/ExceptionRecord/Index.cshtml @@ -1,7 +1,7 @@ @{ ViewData["MainNum"] = "5"; ViewData["SubNum"] = "1"; - ViewData["Title"] = "異常記錄查詢"; + ViewData["Title"] = "即時告警管理"; } @using SolarPower.Models.Role @model RoleLayerEnum