发起单位

This commit is contained in:
孙景学
2025-07-18 14:23:55 +08:00
parent 34e91ac28c
commit c7fd8ebe76
5 changed files with 14 additions and 2 deletions

View File

@ -107,7 +107,7 @@ const OtherAttachmentsTab: React.FC<Props> = ({id}) => {
rowKey="id"
columns={columns.map(column => ({
...column,
title: intl.formatMessage({ id: column.title as string })
title: column.title
}))}
dataSource={data}
pagination={pagination}