From f49206b31662e2c4701437d7d1f560ee0b99fd3a Mon Sep 17 00:00:00 2001 From: chenzy Date: Sun, 16 Oct 2022 22:57:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=B6=E9=97=B4=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E6=9C=89=E8=AF=AF=E7=9A=84bug=EF=BC=8C=E7=94=B1?= =?UTF-8?q?=E5=8E=9F=E5=85=88=E7=9A=8412=E5=B0=8F=E6=97=B6=E5=88=B6?= =?UTF-8?q?=E6=94=B9=E4=B8=BA24=E5=B0=8F=E6=97=B6=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../layout-clusters-fe/src/components/CardBar/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/km-console/packages/layout-clusters-fe/src/components/CardBar/index.tsx b/km-console/packages/layout-clusters-fe/src/components/CardBar/index.tsx index 954839cd..0de8e813 100644 --- a/km-console/packages/layout-clusters-fe/src/components/CardBar/index.tsx +++ b/km-console/packages/layout-clusters-fe/src/components/CardBar/index.tsx @@ -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'); }, }, {