From dc8ec93fc6746d6d99a75911a47c64facd21cdf0 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Mon, 7 Apr 2025 15:33:51 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=9F=A5=E8=AF=A2=E7=BB=84=E4=BB=B6):=20?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=8B=E6=8B=89=E6=A0=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../v-query/ConditionDefaultConfiguration.vue | 22 ++++- .../custom-component/v-query/FilterTime.vue | 32 +++++++- .../v-query/QueryConditionConfiguration.vue | 80 +++++++++++++------ .../v-query/RangeFilterTime.vue | 37 ++++++++- .../src/custom-component/v-query/Time.vue | 55 ++++++++----- .../src/custom-component/v-query/Tree.vue | 39 ++++++++- .../v-query/time-format-dayjs.ts | 2 +- core/core-frontend/src/locales/en.ts | 2 +- core/core-frontend/src/locales/tw.ts | 2 +- core/core-frontend/src/locales/zh-CN.ts | 2 +- 10 files changed, 217 insertions(+), 56 deletions(-) diff --git a/core/core-frontend/src/custom-component/v-query/ConditionDefaultConfiguration.vue b/core/core-frontend/src/custom-component/v-query/ConditionDefaultConfiguration.vue index ce09102f1c..693490f499 100644 --- a/core/core-frontend/src/custom-component/v-query/ConditionDefaultConfiguration.vue +++ b/core/core-frontend/src/custom-component/v-query/ConditionDefaultConfiguration.vue @@ -1,7 +1,7 @@