From 62edface3ca3f15332c92c73aea5d6cdc1e06db3 Mon Sep 17 00:00:00 2001 From: mhsnet Date: Wed, 22 Mar 2023 16:26:18 +0800 Subject: [PATCH] =?UTF-8?q?PC=E9=A6=96=E9=A1=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/VisualPortal/LayoutB/index.vue | 69 ++ .../components/VisualPortal/LayoutC/index.vue | 104 +++ .../components/VisualPortal/Todo/index.vue | 26 +- SC-web/src/store/modules/tagsView.js | 2 + .../dashboard/admin/components/LineChartA.vue | 132 ++++ .../dashboard/admin/components/LineChartB.vue | 132 ++++ SC-web/src/views/dashboard/admin/index.vue | 597 +++++++++++------- 7 files changed, 812 insertions(+), 250 deletions(-) create mode 100644 SC-web/src/components/VisualPortal/LayoutB/index.vue create mode 100644 SC-web/src/components/VisualPortal/LayoutC/index.vue create mode 100644 SC-web/src/views/dashboard/admin/components/LineChartA.vue create mode 100644 SC-web/src/views/dashboard/admin/components/LineChartB.vue diff --git a/SC-web/src/components/VisualPortal/LayoutB/index.vue b/SC-web/src/components/VisualPortal/LayoutB/index.vue new file mode 100644 index 00000000..8684fb8a --- /dev/null +++ b/SC-web/src/components/VisualPortal/LayoutB/index.vue @@ -0,0 +1,69 @@ + + + + \ No newline at end of file diff --git a/SC-web/src/components/VisualPortal/LayoutC/index.vue b/SC-web/src/components/VisualPortal/LayoutC/index.vue new file mode 100644 index 00000000..d0fee5f6 --- /dev/null +++ b/SC-web/src/components/VisualPortal/LayoutC/index.vue @@ -0,0 +1,104 @@ + + + + \ No newline at end of file diff --git a/SC-web/src/components/VisualPortal/Todo/index.vue b/SC-web/src/components/VisualPortal/Todo/index.vue index ff070f40..9cb96bf1 100644 --- a/SC-web/src/components/VisualPortal/Todo/index.vue +++ b/SC-web/src/components/VisualPortal/Todo/index.vue @@ -1,27 +1,27 @@