From 780c6fc1a991a514a4c8971fdd4f4d7ee0183bc8 Mon Sep 17 00:00:00 2001 From: b110212000 Date: Wed, 22 Sep 2021 18:20:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=B3=E6=99=82=E5=91=8A=E8=AD=A6=E7=AE=A1?= =?UTF-8?q?=E7=90=86=20-=20ViewData["Title"]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SolarPower/Views/ExceptionRecord/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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