From ba819a5a9c795569076aa34bc6a6f76aa0f3ed57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Sat, 26 Oct 2024 20:07:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=9B=91=E6=8E=A7?= =?UTF-8?q?=E5=8D=95=E4=BD=8D=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/monitor/IndexView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/views/monitor/IndexView.vue b/web/src/views/monitor/IndexView.vue index 7050be0c..1172d0c4 100644 --- a/web/src/views/monitor/IndexView.vue +++ b/web/src/views/monitor/IndexView.vue @@ -307,10 +307,10 @@ const net = ref({ xAxis: [{ type: 'category', boundaryGap: false, data: data.value.times }], yAxis: [ { - name: '单位 Mb', + name: '单位 MB', type: 'value', axisLabel: { - formatter: '{value} Mb' + formatter: '{value} MB' } } ],