feat: last update time

This commit is contained in:
chashaobao
2025-07-27 23:51:37 +08:00
parent 403bd27f95
commit e920e51702
3 changed files with 5 additions and 4 deletions

View File

@ -113,7 +113,7 @@ const TableList: React.FC = () => {
},
{
title: '最新通告发布时间',
dataIndex: 'lastUpdateTime',
dataIndex: 'lastPublishedTime',
valueType: 'dateTime',
sorter: true,
renderText(created: string) {