From f3e5d908d61f8f6946d099c474d3bb21b413e4c9 Mon Sep 17 00:00:00 2001
From: xivLi <13191800224@163.com>
Date: Sat, 22 May 2021 16:05:12 +0800
Subject: [PATCH] quartz模块下 domain包中的 SysJob类不需要实现Serializable接口
---
ruoyi-ui/src/views/monitor/cache/index.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
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 @@
{
name: "峰值",
type: "gauge",
+ min: 0,
+ max: 1000,
detail: {
formatter: this.cache.info.used_memory_human,
},
--
Gitblit v1.9.2