From 1e13611d0a8026460e739953e02884f8901eb8e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A3=B7=E5=8F=B6?= <14103883+leaf-phos@user.noreply.gitee.com> Date: Sat, 7 Dec 2024 17:52:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B4=E6=97=B6=E8=B0=83=E7=8F=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/StartEndDatePicker/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/StartEndDatePicker/index.vue b/src/components/StartEndDatePicker/index.vue index e89fef7..286b333 100644 --- a/src/components/StartEndDatePicker/index.vue +++ b/src/components/StartEndDatePicker/index.vue @@ -4,8 +4,8 @@ type="datetimerange" value-format="yyyy-MM-dd HH:mm:ss" range-separator="至" - start-placeholder="开始日期" - end-placeholder="结束日期" + start-placeholder="开始时间" + end-placeholder="结束时间" :picker-options="pickerOptions" :clearable="false" v-on="$listeners"