From 38a08505893f9ed1048a0fab66004ec946d8ef51 Mon Sep 17 00:00:00 2001
From: kermit <1107816226@qq.com>
Date: Wed, 12 Jan 2022 15:01:29 +0800
Subject: [PATCH] =?UTF-8?q?fix:=E5=9B=A0=E4=B8=BAElement-plus=E7=9A=84?=
=?UTF-8?q?=E6=97=A5=E6=9C=9F=E9=80=89=E6=8B=A9=E5=99=A8format=E5=AF=B9?=
=?UTF-8?q?=E5=BA=94=E5=8D=A0=E4=BD=8D=E7=AC=A6=E5=B7=B2=E4=BF=AE=E6=94=B9?=
=?UTF-8?q?=EF=BC=8C=E6=89=80=E4=BB=A5=E8=A6=81=E6=9B=B4=E6=96=B0=E4=BB=96?=
=?UTF-8?q?=E7=9A=84=E5=8D=A0=E4=BD=8D=E7=AC=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../field-date-range/date-range-format-editor.vue | 6 +++---
.../field-date-range/date-range-valueFormat-editor.vue | 4 ++--
.../property-editor/field-date/date-format-editor.vue | 6 +++---
.../field-date/date-valueFormat-editor.vue | 4 ++--
.../form-designer/widget-panel/widgetsConfig.js | 8 ++++----
5 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/src/components/form-designer/setting-panel/property-editor/field-date-range/date-range-format-editor.vue b/src/components/form-designer/setting-panel/property-editor/field-date-range/date-range-format-editor.vue
index 35a0353..08be596 100644
--- a/src/components/form-designer/setting-panel/property-editor/field-date-range/date-range-format-editor.vue
+++ b/src/components/form-designer/setting-panel/property-editor/field-date-range/date-range-format-editor.vue
@@ -1,11 +1,11 @@
-
+
-
-
+
+
diff --git a/src/components/form-designer/setting-panel/property-editor/field-date-range/date-range-valueFormat-editor.vue b/src/components/form-designer/setting-panel/property-editor/field-date-range/date-range-valueFormat-editor.vue
index bdca28c..d962831 100644
--- a/src/components/form-designer/setting-panel/property-editor/field-date-range/date-range-valueFormat-editor.vue
+++ b/src/components/form-designer/setting-panel/property-editor/field-date-range/date-range-valueFormat-editor.vue
@@ -1,8 +1,8 @@
-
-
+
+
diff --git a/src/components/form-designer/setting-panel/property-editor/field-date/date-format-editor.vue b/src/components/form-designer/setting-panel/property-editor/field-date/date-format-editor.vue
index 0a28e69..578c8fa 100644
--- a/src/components/form-designer/setting-panel/property-editor/field-date/date-format-editor.vue
+++ b/src/components/form-designer/setting-panel/property-editor/field-date/date-format-editor.vue
@@ -1,11 +1,11 @@
-
+
-
-
+
+
diff --git a/src/components/form-designer/setting-panel/property-editor/field-date/date-valueFormat-editor.vue b/src/components/form-designer/setting-panel/property-editor/field-date/date-valueFormat-editor.vue
index ae5c6f6..cb446a6 100644
--- a/src/components/form-designer/setting-panel/property-editor/field-date/date-valueFormat-editor.vue
+++ b/src/components/form-designer/setting-panel/property-editor/field-date/date-valueFormat-editor.vue
@@ -1,8 +1,8 @@
-
-
+
+
diff --git a/src/components/form-designer/widget-panel/widgetsConfig.js b/src/components/form-designer/widget-panel/widgetsConfig.js
index a5a0820..5018780 100644
--- a/src/components/form-designer/widget-panel/widgetsConfig.js
+++ b/src/components/form-designer/widget-panel/widgetsConfig.js
@@ -459,8 +459,8 @@ export const basicFields = [
hidden: false,
clearable: true,
editable: false,
- format: 'yyyy-MM-dd', //日期显示格式
- valueFormat: 'yyyy-MM-dd', //日期对象格式
+ format: 'YYYY-MM-DD', //日期显示格式
+ valueFormat: 'YYYY-MM-DD', //日期对象格式
required: false,
validation: '',
validationHint: '',
@@ -500,8 +500,8 @@ export const basicFields = [
hidden: false,
clearable: true,
editable: false,
- format: 'yyyy-MM-dd', //日期显示格式
- valueFormat: 'yyyy-MM-dd', //日期对象格式
+ format: 'YYYY-MM-DD', //日期显示格式
+ valueFormat: 'YYYY-MM-DD', //日期对象格式
required: false,
validation: '',
validationHint: '',