From fb2ed70c949922191a414e324f4827e1e244ee79 Mon Sep 17 00:00:00 2001 From: lonewolfyx <877085893@qq.com> Date: Mon, 13 Jan 2025 15:56:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=BB=8A=E6=97=A5?= =?UTF-8?q?=E6=9D=A5=E8=AE=BF=E8=B6=8B=E5=8A=BF=20x=20=E8=BD=B4=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E6=97=A0=E6=B3=95=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/IndexComponents/TodayVisitTrend.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/IndexComponents/TodayVisitTrend.vue b/src/components/IndexComponents/TodayVisitTrend.vue index 4891aef..8d2b99d 100644 --- a/src/components/IndexComponents/TodayVisitTrend.vue +++ b/src/components/IndexComponents/TodayVisitTrend.vue @@ -31,7 +31,7 @@ echarts.use([ UniversalTransition ]); - +const times = Array.from({length: 10}, (_, i) => `${i + 8}:00`) const options = ref({}) onMounted(() => {