From beeba0c4545cde2fcfcce4f73ea158e749672bc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Thu, 8 Jun 2023 18:04:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/GPS/car/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/views/GPS/car/index.vue b/ruoyi-ui/src/views/GPS/car/index.vue index 1e4f279..e8373f2 100644 --- a/ruoyi-ui/src/views/GPS/car/index.vue +++ b/ruoyi-ui/src/views/GPS/car/index.vue @@ -166,7 +166,7 @@ function getList() { type: 'value', name: '海拔', axisLabel: { - formatter: '{value} KM' + formatter: '{value} m' } }, { @@ -189,7 +189,7 @@ function getList() { showSymbol: false, tooltip: { valueFormatter: function (value) { - return value + ' km'; + return value + ' m'; } }, },