|
|
@@ -64,7 +64,7 @@ const LockTabList = props => {
|
|
|
<br />
|
|
|
<a>@{item.operator}</a>{' '}
|
|
|
<span className="text-gray-500">
|
|
|
- {dayjsFormat(item.updatetime, 'MM-DD HH:mm')}
|
|
|
+ {dayjsFormat(item.dateline, 'YYYY-MM-DD')}
|
|
|
</span>
|
|
|
{/* <List.Item.Meta
|
|
|
description={ dayjsFormat(item.updatetime, 'MM-DD HH:mm')}
|