发起单位
This commit is contained in:
@ -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}
|
||||
|
Reference in New Issue
Block a user