导出与 天眼查部分的 品类库列表
This commit is contained in:
@ -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) => {
|
||||
|
Reference in New Issue
Block a user