From 26b3cbf4a4a569eb1ea8e2f9a34531e58e56e7d3 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 9 Oct 2024 13:48:29 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=9F=A5=E8=AF=A2=E7=BB=84=E4=BB=B6):=20?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E6=97=B6=E9=97=B4=E5=8C=BA=E9=97=B4=E8=8C=83?= =?UTF-8?q?=E5=9B=B4=EF=BC=8C=E9=80=9A=E8=BF=87=E7=9B=B4=E6=8E=A5=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=97=B6=E9=97=B4=E6=95=B0=E5=AD=97=E5=8F=AF=E7=BB=95?= =?UTF-8?q?=E8=BF=87=E6=97=B6=E9=97=B4=E5=8C=BA=E9=97=B4=E7=9A=84=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/custom-component/v-query/Time.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-frontend/src/custom-component/v-query/Time.vue b/core/core-frontend/src/custom-component/v-query/Time.vue index 403b54a9fc..413cf2b59e 100644 --- a/core/core-frontend/src/custom-component/v-query/Time.vue +++ b/core/core-frontend/src/custom-component/v-query/Time.vue @@ -420,6 +420,7 @@ const formatDate = computed(() => { ['datetimerange', 'daterange'].includes(config.timeGranularityMultiple) ? shortcuts : [] " @change="handleValueChange" + :editable="false" :range-separator="$t('cron.to')" :start-placeholder="placeholderText" :end-placeholder="placeholderText"