amis-saas-8187 [Bug] 【测试:】时间展示组件-时间数值没有秒

Change-Id: Iee32a50fdcdbdcfd97da8d6032da0179a070e5e7
This commit is contained in:
jiatianqi 2022-11-21 19:36:34 +08:00
parent 9db07a9c8c
commit 6143f6a10d
2 changed files with 3 additions and 1 deletions

View File

@ -75,7 +75,7 @@ const DateType: {
{
label: 'HH:mm:ss',
value: 'HH:mm:ss',
timeFormat: 'HH:mm'
timeFormat: 'HH:mm:ss'
},
{
label: 'HH时mm分',

View File

@ -30,6 +30,8 @@ export class TimePlugin extends DatePlugin {
{
type: 'input-time',
name: 'value',
inputFormat: 'HH:mm:ss',
timeFormat: 'HH:mm:ss',
label: '时间数值'
},
{