From a4f002edc01dd2ea7e8358e42be3e54ce65bdad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Sun, 17 Apr 2022 10:35:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8A=A0=E7=BC=93=E5=AD=98?= =?UTF-8?q?=E7=9B=91=E6=8E=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Echarts/Gauge.vue | 99 ++++++++++++++++ src/views/monitor/cache/index.vue | 185 ++++++++++++++++++++++++++++++ 2 files changed, 284 insertions(+) create mode 100644 src/components/Echarts/Gauge.vue create mode 100644 src/views/monitor/cache/index.vue diff --git a/src/components/Echarts/Gauge.vue b/src/components/Echarts/Gauge.vue new file mode 100644 index 0000000..76332d8 --- /dev/null +++ b/src/components/Echarts/Gauge.vue @@ -0,0 +1,99 @@ + + + diff --git a/src/views/monitor/cache/index.vue b/src/views/monitor/cache/index.vue new file mode 100644 index 0000000..7992969 --- /dev/null +++ b/src/views/monitor/cache/index.vue @@ -0,0 +1,185 @@ + + + \ No newline at end of file