From 0189f6e9890b4e2bcf1a4435fb4b81b56157c567 Mon Sep 17 00:00:00 2001 From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com> Date: Mon, 12 Aug 2024 14:39:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=90=8E=E5=8F=B0=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/BaseForm/search-form.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/BaseForm/search-form.vue b/src/components/BaseForm/search-form.vue index 303307d6..378bec3a 100644 --- a/src/components/BaseForm/search-form.vue +++ b/src/components/BaseForm/search-form.vue @@ -120,9 +120,9 @@ v-if="item.type === 'Daterange'" v-model="searchData[item.prop]" type="datetimerange" - range-separator="至" - start-placeholder="开始时间" - end-placeholder="结束时间" + :range-separator="$t('baseForm:daterange:rangeSeparator')" + :start-placeholder="$t('baseForm:daterange:startPlaceholder')" + :end-placeholder="$t('baseForm:daterange:startendPlaceholder')" value-format="yyyy-MM-dd HH:mm:ss" format="yyyy-MM-dd HH:mm:ss" :style="{ width: item.width }"