From 4ca26e1afcbf1f6d8ed208f0c841488e1d230b26 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Mon, 31 Mar 2025 17:39:37 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=9F=A5=E8=AF=A2=E7=BB=84=E4=BB=B6):=20?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E8=8C=83=E5=9B=B4=E9=80=89=E6=8B=A9=E5=8A=A8?= =?UTF-8?q?=E6=80=81=E6=97=B6=E9=97=B4=E4=B8=BA=E4=B8=80=E6=9C=88=E5=89=8D?= =?UTF-8?q?=E7=9A=84=E9=A2=84=E8=A7=88=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../custom-component/v-query/DynamicTime.vue | 3 +- .../v-query/DynamicTimeForViewFilter.vue | 3 +- .../v-query/DynamicTimeRange.vue | 5 +- .../custom-component/v-query/time-format.ts | 83 ++++--------------- core/core-frontend/src/hooks/web/useFilter.ts | 10 +-- 5 files changed, 29 insertions(+), 75 deletions(-) diff --git a/core/core-frontend/src/custom-component/v-query/DynamicTime.vue b/core/core-frontend/src/custom-component/v-query/DynamicTime.vue index 95f8e6456b..452a815c4f 100644 --- a/core/core-frontend/src/custom-component/v-query/DynamicTime.vue +++ b/core/core-frontend/src/custom-component/v-query/DynamicTime.vue @@ -1,4 +1,5 @@