From 6cfff90b4a5b2d18ec82102272fd8144486018a6 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Tue, 8 Dec 2020 16:13:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=93=E5=AD=98=E4=BB=AA=E8=A1=A8=E5=9B=BE?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E9=BB=98=E8=AE=A4=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/monitor/cache/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ruoyi-ui/src/views/monitor/cache/index.vue b/ruoyi-ui/src/views/monitor/cache/index.vue index d8e1275..98eed22 100644 --- a/ruoyi-ui/src/views/monitor/cache/index.vue +++ b/ruoyi-ui/src/views/monitor/cache/index.vue @@ -123,6 +123,8 @@ export default { { name: "峰值", type: "gauge", + min: 0, + max: 1000, detail: { formatter: this.cache.info.used_memory_human, },