From 1d7574a182042784da483f29576f8c3a0a81980d Mon Sep 17 00:00:00 2001 From: liubin Date: Fri, 18 Oct 2024 10:16:51 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=B7=BB=E5=8A=A0=E6=98=A8=E6=97=A5=E5=A4=A7?= =?UTF-8?q?=E5=89=82=E9=87=8F=202.v1.0.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web_page/src/views/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_page/src/views/index.vue b/web_page/src/views/index.vue index 40e2175..51a4ea1 100644 --- a/web_page/src/views/index.vue +++ b/web_page/src/views/index.vue @@ -587,10 +587,10 @@ const charOption = computed(() => { icon: 'rect', data: [ {name: '血糖', itemStyle: {color: COLORS[0]}}, - {name: '昨日血糖', itemStyle: {color: COLORS[9]}}, + {name: '血糖(昨)', itemStyle: {color: COLORS[9]}}, {name: '基础率', itemStyle: {color: COLORS[1]}}, {name: '大剂量', itemStyle: {color: COLORS[2]}}, - {name: '昨日大剂量', itemStyle: {color: COLORS[6]}} + {name: '大剂量(昨)', itemStyle: {color: COLORS[6]}} ] }, toolbox: {