|
@@ -77,7 +77,7 @@ const Index = () => {
|
|
|
</div>
|
|
|
<div className="pi-justify-between mt-1 ">
|
|
|
<span>{item.name}-{item.position}</span>
|
|
|
- <span>{dayjsFormat(item.createTime, 'MM-DD HH:mm')}</span>
|
|
|
+ <span>{dayjsFormat(item.updateTime, 'MM-DD HH:mm')}</span>
|
|
|
</div>
|
|
|
</li>
|
|
|
)
|