From c7fcf7c96376e5f071f73020046ba80489b283fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E4=BA=91=E9=B9=8F?= Date: Wed, 30 Oct 2024 17:55:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=95=E9=A3=8E=E6=9C=BA=EF=BC=9A=E5=8A=9F?= =?UTF-8?q?=E7=8E=87=E5=9B=BEx=E8=BD=B4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/dasadmin/src/views/backend/WindBlower/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/dasadmin/src/views/backend/WindBlower/index.vue b/ui/dasadmin/src/views/backend/WindBlower/index.vue index 4a218adc..ca2d22b9 100644 --- a/ui/dasadmin/src/views/backend/WindBlower/index.vue +++ b/ui/dasadmin/src/views/backend/WindBlower/index.vue @@ -1244,7 +1244,7 @@ const getChartData = () => { times[key] = [] val[key] = [] data[key].times.forEach((item: number, index: number) => { - times[key].push(dayjs(item).format('YYYY-MM-DD HH:mm:ss')) + times[key].push(dayjs(item).format('HH:mm')) }) data[key].values.forEach((item: number) => { val[key].push(item)