疯狂的狮子li
2021-05-08 0b6952d0fe5c7f865f78b0531f3d476634fa091a
ruoyi-ui/src/views/monitor/cache/index.vue
@@ -117,14 +117,16 @@
        this.usedmemory = echarts.init(this.$refs.usedmemory, "macarons");
        this.usedmemory.setOption({
          tooltip: {
            formatter: "{b} <br/>{a} : {c}M",
            formatter: "{b} <br/>{a} : " + this.cache.info.used_memory_human,
          },
          series: [
            {
              name: "峰值",
              type: "gauge",
              min: 0,
              max: 1000,
              detail: {
                formatter: "{value}M",
                formatter: this.cache.info.used_memory_human,
              },
              data: [
                {