From 41ac3d562ae5cacb6b63984ae9eeb3189cb83763 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 27 Dec 2024 16:24:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=88=97=E8=A1=A8=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E6=9F=A5=E8=AF=A2=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BaseForm/search-form.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/BaseForm/search-form.vue b/src/components/BaseForm/search-form.vue index 378bec3a..101e399b 100644 --- a/src/components/BaseForm/search-form.vue +++ b/src/components/BaseForm/search-form.vue @@ -120,6 +120,7 @@ v-if="item.type === 'Daterange'" v-model="searchData[item.prop]" type="datetimerange" + :default-time="['00:00:00', '23:59:59']" :range-separator="$t('baseForm:daterange:rangeSeparator')" :start-placeholder="$t('baseForm:daterange:startPlaceholder')" :end-placeholder="$t('baseForm:daterange:startendPlaceholder')"