fix: tenant expireTime

pull/4/head
xingyu 2023-04-23 19:47:49 +08:00
parent 1d07574df8
commit 119c70835b
1 changed files with 1 additions and 2 deletions

View File

@ -167,8 +167,7 @@ export const formSchema: FormSchema[] = [
required: true, required: true,
component: 'DatePicker', component: 'DatePicker',
componentProps: { componentProps: {
showTime: true, showTime: true
format: 'YYYY-MM-DD HH:mm:ss'
} }
}, },
{ {