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: [ {