fix: fix server updateAt not display problem
This commit is contained in:
parent
3512ad1997
commit
518064eb0a
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user