From 1fd3a6e558bef6a36a9c02e7ecf85712fec52974 Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Sat, 27 Nov 2021 13:50:52 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=B0=E5=9C=A8=E6=89=80=E6=9C=89=E7=9A=84?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=E9=83=BD=E8=83=BD=E9=80=89=E5=A4=9A=E4=B8=AA?= =?UTF-8?q?=E6=97=B6=E9=97=B4=EF=BC=8C=E6=83=B3=E9=80=89=E5=87=A0=E4=B8=AA?= =?UTF-8?q?=E9=80=89=E5=87=A0=E4=B8=AA=EF=BC=8C=E6=BB=A1=E6=84=8F=E4=BA=86?= =?UTF-8?q?=E5=90=A7=EF=BC=88=E8=B1=A1=E9=B8=A3=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CustomFormComponents/DatePicker.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/CustomFormComponents/DatePicker.vue b/src/components/CustomFormComponents/DatePicker.vue index c5ea683dc..132f60b76 100644 --- a/src/components/CustomFormComponents/DatePicker.vue +++ b/src/components/CustomFormComponents/DatePicker.vue @@ -14,7 +14,7 @@ :value-format="valueFormat" format="yyyy-MM-dd" :value="value" - type="date" + type="dates" :editable="true" :disabled="disabled" :placeholder="placeholder" @@ -74,5 +74,7 @@ export default {