feat(pulisher): last update time

This commit is contained in:
chashaobao
2025-07-01 00:14:33 +08:00
parent 48f2c49c2b
commit 403bd27f95

View File

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