From c38e983e7b8de766c2ddc0063c9303e867e4f00d Mon Sep 17 00:00:00 2001 From: xingyu Date: Tue, 25 Apr 2023 15:26:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(view):=20=E6=97=A5=E6=9C=9F=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=AD=98=E5=82=A8=E4=B8=8D=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit closed #I6YQUX --- src/views/system/tenant/tenant.data.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/system/tenant/tenant.data.ts b/src/views/system/tenant/tenant.data.ts index cc9cc0df..ecaeb7cc 100644 --- a/src/views/system/tenant/tenant.data.ts +++ b/src/views/system/tenant/tenant.data.ts @@ -167,7 +167,9 @@ export const formSchema: FormSchema[] = [ required: true, component: 'DatePicker', componentProps: { - showTime: true + showTime: true, + format: 'YYYY-MM-DD HH:mm:ss', + valueFormat: 'x' } }, {