From 0d36ee103e427ea2bf349a86cb432ffe55e80107 Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Tue, 21 Feb 2023 17:43:17 +0800 Subject: [PATCH] =?UTF-8?q?--=20fix=20=E5=BC=80=E8=AF=BE=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E8=AF=84=E4=BC=B0=E5=92=8C=E8=80=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/CommonTest.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/drawers/CommonTest.vue b/src/components/drawers/CommonTest.vue index 6b7b7764..8bb43ba0 100644 --- a/src/components/drawers/CommonTest.vue +++ b/src/components/drawers/CommonTest.vue @@ -70,7 +70,7 @@
-
@@ -97,8 +97,8 @@ style="width: 400px; height: 40px; border-radius: 8px" :show-time="{format:'hh:mm'}" :disabled-date="disabledDate" - format="YYYY/MM/DD HH:mm" - valueFormat="YYYY/MM/DD HH:mm" + format="YYYY-MM-DD HH:mm" + valueFormat="YYYY-MM-DD HH:mm" v-model:value="dateTime" @change="timeChange" :placeholder="[' 开始时间', ' 结束时间']"