From 157f4a96ada9da0088a0a2711d1ca2d79539eec6 Mon Sep 17 00:00:00 2001 From: sunjianxi Date: Wed, 18 Sep 2024 15:02:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E8=88=AA=E8=8F=9C=E5=8D=95=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/index/index.vue | 10 +- src/page/index/sidebar/opsSidebar.vue | 79 ++++ src/views/opsVisualization/warnHistory.vue | 445 +++++++++++++++++++++ 3 files changed, 532 insertions(+), 2 deletions(-) create mode 100644 src/page/index/sidebar/opsSidebar.vue create mode 100644 src/views/opsVisualization/warnHistory.vue diff --git a/src/page/index/index.vue b/src/page/index/index.vue index c894bbd..3fc356b 100644 --- a/src/page/index/index.vue +++ b/src/page/index/index.vue @@ -8,6 +8,8 @@ + +
@@ -23,8 +25,10 @@
+
+ @@ -36,6 +40,7 @@ import search from "./search"; import top from "./top/"; import sidebar from "./sidebar/"; + import opsSidebar from "./sidebar/opsSidebar"; import admin from "@/util/admin"; import { validatenull @@ -52,7 +57,8 @@ top, tags, search, - sidebar + sidebar, + opsSidebar }, name: "index", provide() { @@ -156,4 +162,4 @@ .avue-layout { height: calc(100% - 64px); } - + diff --git a/src/page/index/sidebar/opsSidebar.vue b/src/page/index/sidebar/opsSidebar.vue new file mode 100644 index 0000000..098af36 --- /dev/null +++ b/src/page/index/sidebar/opsSidebar.vue @@ -0,0 +1,79 @@ + + + + + + \ No newline at end of file diff --git a/src/views/opsVisualization/warnHistory.vue b/src/views/opsVisualization/warnHistory.vue new file mode 100644 index 0000000..3186560 --- /dev/null +++ b/src/views/opsVisualization/warnHistory.vue @@ -0,0 +1,445 @@ + + + + +