From d6dcaa1b711a795c96d45d2cf1a2aca0e42a8fc0 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Tue, 12 Mar 2024 17:43:56 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=9F=A5=E8=AF=A2=E7=BB=84=E4=BB=B6):=20?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=E7=AD=9B=E9=80=89=E7=BB=84=E4=BB=B6=E5=8F=AF?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E6=9F=A5=E8=AF=A2=E7=9A=84=E8=B5=B7=E5=A7=8B?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=20#6005?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../custom-component/v-query/DynamicTime.vue | 1 + .../v-query/DynamicTimeFiltering.vue | 64 ++++------ .../v-query/DynamicTimeRange.vue | 1 + .../v-query/DynamicTimeRangeFiltering.vue | 43 +++---- .../v-query/QueryConditionConfiguration.vue | 102 +++++++++++++--- .../v-query/RangeFilterTime.vue | 9 +- .../src/custom-component/v-query/Time.vue | 111 +++++++++++++++++- .../v-query/time-format-dayjs.ts | 23 ++++ .../custom-component/v-query/time-format.ts | 11 +- 9 files changed, 269 insertions(+), 96 deletions(-) create mode 100644 core/core-frontend/src/custom-component/v-query/time-format-dayjs.ts 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 936ed5c1e7..cece87245b 100644 --- a/core/core-frontend/src/custom-component/v-query/DynamicTime.vue +++ b/core/core-frontend/src/custom-component/v-query/DynamicTime.vue @@ -159,6 +159,7 @@ onBeforeMount(() => {