fix: tenant expireTime

pull/4/MERGE
xingyu 2023-04-21 15:03:34 +08:00
parent 79bf8fbe07
commit e35015928d
1 changed files with 5 additions and 1 deletions

View File

@ -165,7 +165,11 @@ export const formSchema: FormSchema[] = [
label: '过期时间',
field: 'expireTime',
required: true,
component: 'DatePicker'
component: 'DatePicker',
componentProps: {
showTime: true,
format: 'YYYY-MM-DD HH:mm:ss'
}
},
{
label: '绑定域名',