mirror of
https://github.com/didi/KnowStreaming.git
synced 2026-01-04 03:42:08 +08:00
修复时间展示有误的bug,由原先的12小时制改为24小时制
This commit is contained in:
@@ -138,7 +138,7 @@ const CardBar = (props: CardBarProps) => {
|
|||||||
dataIndex: 'updateTime',
|
dataIndex: 'updateTime',
|
||||||
key: 'updateTime',
|
key: 'updateTime',
|
||||||
render: (value: number) => {
|
render: (value: number) => {
|
||||||
return moment(value).format('YYYY-MM-DD hh:mm:ss');
|
return moment(value).format('YYYY-MM-DD HH:mm:ss');
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user