Redis监控用Echart组件整改

(cherry picked from commit fbac522149)
This commit is contained in:
Chika 2023-05-12 16:10:14 +08:00 committed by shizhong
parent 80f1c08951
commit 2989372c5c

View File

@ -256,6 +256,7 @@ const usedMemoryInstance = async () => {
value: cache.value!.info.used_memory_human,
name: '内存消耗'
}
console.log(cache.value!.info)
usedmemoryEchartChika.tooltip = {
formatter: '{b} <br/>{a} : ' + cache.value!.info.used_memory_human
}