diff --git a/projects/Platform/Controllers/HomeController.cs b/projects/Platform/Controllers/HomeController.cs index c82acb00..f8d5c724 100644 --- a/projects/Platform/Controllers/HomeController.cs +++ b/projects/Platform/Controllers/HomeController.cs @@ -103,6 +103,11 @@ namespace Platform.Controllers return View(model); } + public IActionResult Alarm() + { + return View(); + } + public IActionResult Product() { return View(); diff --git a/projects/Platform/Views/Home/Alarm.cshtml b/projects/Platform/Views/Home/Alarm.cshtml new file mode 100644 index 00000000..85fe33ce --- /dev/null +++ b/projects/Platform/Views/Home/Alarm.cshtml @@ -0,0 +1 @@ +

告警中心:按照控件显示警告信息

\ No newline at end of file diff --git a/projects/Platform/Views/Home/Building.cshtml b/projects/Platform/Views/Home/Building.cshtml index be65661c..0b597642 100644 --- a/projects/Platform/Views/Home/Building.cshtml +++ b/projects/Platform/Views/Home/Building.cshtml @@ -30,10 +30,12 @@ }
+
此处显示当前设备里温湿度和光照等环境传感器的最大最小值
+
此处显示当前建筑里的场景列表
@if (Model.Buildings.Any()) {
-

下级建筑

+

此处显示下级建筑列表,带温湿度平均值、带批量开关用电器按钮

@foreach (var item in Model.Buildings) {
@@ -45,7 +47,7 @@ @if (Model.Deviceses.Any()) {
-

包含设备

+

此处分页显示设备,设备带快捷操作

@foreach (var item in Model.Deviceses) {
diff --git a/projects/Platform/Views/Home/Index.cshtml b/projects/Platform/Views/Home/Index.cshtml index 01d078c0..e2b6cb04 100644 --- a/projects/Platform/Views/Home/Index.cshtml +++ b/projects/Platform/Views/Home/Index.cshtml @@ -64,7 +64,9 @@
- +
+

此处显示设备种类、数量的统计信息,显示定时器和触发器的统计信息,考虑按机构显示

+
@section scripts{