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: '',