From 403bd27f9550b07d2ba7d9b71769b98fd0cd7adb Mon Sep 17 00:00:00 2001 From: chashaobao Date: Tue, 1 Jul 2025 00:14:33 +0800 Subject: [PATCH] feat(pulisher): last update time --- src/pages/table-list/publisher/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/table-list/publisher/index.tsx b/src/pages/table-list/publisher/index.tsx index f534f14..f2a05b5 100644 --- a/src/pages/table-list/publisher/index.tsx +++ b/src/pages/table-list/publisher/index.tsx @@ -112,8 +112,8 @@ const TableList: React.FC = () => { }, }, { - title: '最新报单时间', - dataIndex: 'declareTime', + title: '最新通告发布时间', + dataIndex: 'lastUpdateTime', valueType: 'dateTime', sorter: true, renderText(created: string) {