mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-15 17:31:18 +08:00
amis-saas-8187 [Bug] 【测试:】时间展示组件-时间数值没有秒
Change-Id: Iee32a50fdcdbdcfd97da8d6032da0179a070e5e7
This commit is contained in:
parent
9db07a9c8c
commit
6143f6a10d
@ -75,7 +75,7 @@ const DateType: {
|
||||
{
|
||||
label: 'HH:mm:ss',
|
||||
value: 'HH:mm:ss',
|
||||
timeFormat: 'HH:mm'
|
||||
timeFormat: 'HH:mm:ss'
|
||||
},
|
||||
{
|
||||
label: 'HH时mm分',
|
||||
|
@ -30,6 +30,8 @@ export class TimePlugin extends DatePlugin {
|
||||
{
|
||||
type: 'input-time',
|
||||
name: 'value',
|
||||
inputFormat: 'HH:mm:ss',
|
||||
timeFormat: 'HH:mm:ss',
|
||||
label: '时间数值'
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user