fix: fix server updateAt not display problem

This commit is contained in:
moonrailgun 2023-12-22 00:35:59 +08:00
parent 3512ad1997
commit 518064eb0a

View File

@ -242,7 +242,7 @@ export const ServerList: React.FC<{
},
},
{
key: 'updatedAt',
dataIndex: 'updatedAt',
title: 'updatedAt',
render: (val) => {
return dayjs(val).format('MMM D HH:mm:ss');