提交 3b2669d1 authored 作者: RuoYi's avatar RuoYi

修改缓存监控内存单位

上级 1147ea5f
......@@ -117,14 +117,14 @@ export default {
this.usedmemory = echarts.init(this.$refs.usedmemory, "macarons");
this.usedmemory.setOption({
tooltip: {
formatter: "{b} <br/>{a} : {c}K",
formatter: "{b} <br/>{a} : " + this.cache.info.used_memory_human,
},
series: [
{
name: "峰值",
type: "gauge",
detail: {
formatter: "{value}K",
formatter: this.cache.info.used_memory_human,
},
data: [
{
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论