From fce460b945cf918709c23f41f9efb61dd6710199 Mon Sep 17 00:00:00 2001 From: lijingjia Date: Thu, 8 Aug 2024 19:46:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=B7=E8=BF=90=E5=87=BA=E5=8F=A3=E8=AF=A6?= =?UTF-8?q?=E6=83=85bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/operation/seaexport/detail/modules/baseInfo.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/operation/seaexport/detail/modules/baseInfo.tsx b/src/views/operation/seaexport/detail/modules/baseInfo.tsx index 9ab18728..ec78509e 100644 --- a/src/views/operation/seaexport/detail/modules/baseInfo.tsx +++ b/src/views/operation/seaexport/detail/modules/baseInfo.tsx @@ -1235,6 +1235,7 @@ export const mailingInfoFormSchemaR: FormSchema[] = [ colProps: { span: 6 }, componentProps: { allowClear: true, + valueFormat: 'YYYY-MM-DD' }, }, { @@ -1546,6 +1547,7 @@ export const mailingInfoFormSchemaR: FormSchema[] = [ colProps: { span: 6 }, componentProps: { allowClear: true, + valueFormat: 'YYYY-MM-DD' }, }, { @@ -1558,6 +1560,7 @@ export const mailingInfoFormSchemaR: FormSchema[] = [ colProps: { span: 6 }, componentProps: { allowClear: true, + valueFormat: 'YYYY-MM-DD' }, }, { @@ -1570,6 +1573,7 @@ export const mailingInfoFormSchemaR: FormSchema[] = [ colProps: { span: 12 }, componentProps: { allowClear: true, + valueFormat: 'YYYY-MM-DD' }, }, { @@ -2454,6 +2458,7 @@ export const otherInfoFormSchema: FormSchema[] = [ colProps: { span: 4 }, componentProps: { allowClear: true, + valueFormat: 'YYYY-MM-DD' }, }, {