Merge pull request #696 from chenzhongyu11/dev

[ISSUE #672] 修复健康巡检结果时间展示错误的问题
This commit is contained in:
早晚会起风
2022-10-18 10:41:47 +08:00
committed by GitHub

View File

@@ -138,7 +138,7 @@ const CardBar = (props: CardBarProps) => {
dataIndex: 'updateTime',
key: 'updateTime',
render: (value: number) => {
return moment(value).format('YYYY-MM-DD hh:mm:ss');
return moment(value).format('YYYY-MM-DD HH:mm:ss');
},
},
{