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 },