2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 13:47:15 +08:00

fix: 修复监控单位错误

This commit is contained in:
耗子
2024-10-26 20:07:33 +08:00
parent bf1359e3d6
commit ba819a5a9c

View File

@@ -307,10 +307,10 @@ const net = ref<any>({
xAxis: [{ type: 'category', boundaryGap: false, data: data.value.times }],
yAxis: [
{
name: '单位 Mb',
name: '单位 MB',
type: 'value',
axisLabel: {
formatter: '{value} Mb'
formatter: '{value} MB'
}
}
],