From cf89b5e6b6d44dc4e916bcc7d20f3d350962a092 Mon Sep 17 00:00:00 2001 From: weidizhu_admin Date: Fri, 26 Jul 2024 18:14:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83=E5=9B=BE=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/echarts.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index/echarts.vue b/pages/index/echarts.vue index c8c3fe4..eb62f60 100644 --- a/pages/index/echarts.vue +++ b/pages/index/echarts.vue @@ -627,7 +627,7 @@ import { mapGetters } from "vuex"; }; this.option.yAxis.splitNumber = 2; this.dataConfig.bodyTemperature.title = min + '-' + max - this.option.yAxis.min = 96; + this.option.yAxis.min = min; this.option.yAxis.max = 100; break; case 'bloodGlucose':