导出与 天眼查部分的 品类库列表

This commit is contained in:
孙景学
2025-07-17 16:10:09 +08:00
parent 75acc55222
commit 6f2993b8e0
7 changed files with 144 additions and 62 deletions

View File

@ -18,6 +18,7 @@ interface Data {
createTime: string;
exitTime: string;
exitReason: string;
categoryNameList: string[]
}
interface ModalInfo {
@ -116,7 +117,7 @@ const CooperateEnterprise: React.FC = () => {
dataIndex: 'categoryNameList',
align: 'center',
width: 160,
render: (_: any, record: any) => {
render: (_: any, record: Data) => {
return (
<>
{record.categoryNameList && record.categoryNameList.map((item: string) => {