From 9afaa4b77549c7373e0b0b445b9641f4597fecb7 Mon Sep 17 00:00:00 2001 From: daxiong Date: Sat, 18 Apr 2026 15:07:05 +0800 Subject: [PATCH] feat --- src/views/ops/pages/monitor/host-hardware/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/ops/pages/monitor/host-hardware/index.vue b/src/views/ops/pages/monitor/host-hardware/index.vue index 9e71ffd..74766b4 100644 --- a/src/views/ops/pages/monitor/host-hardware/index.vue +++ b/src/views/ops/pages/monitor/host-hardware/index.vue @@ -144,9 +144,9 @@ /> 默认最近 24 小时 - +
- +
@@ -418,7 +418,7 @@ async function loadHistory() { return } const labels = points.map((p) => dayjs(p.collection_time).format('MM-DD HH:mm')) - const vals = points.map((p) => p.metric_value) + const vals = points.map((p) => p.metric_value / 100) historyChartOptions.value = { tooltip: { trigger: 'axis' }, grid: { left: '3%', right: '4%', bottom: '3%', containLabel: true },