准入查看与零星采购/应急采购/个人供应商和个人修改
This commit is contained in:
@ -97,21 +97,33 @@ const CooperateEnterprise: React.FC = () => {
|
||||
title: '发起单位',
|
||||
dataIndex: 'deptId',
|
||||
key: 'deptId',
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
title: '准入部门',
|
||||
dataIndex: 'deptId',
|
||||
key: 'deptId',
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
title: '品类',
|
||||
dataIndex: 'categoryName',
|
||||
key: 'categoryName',
|
||||
title: '准入品类',
|
||||
dataIndex: 'categoryNameList',
|
||||
align: 'center',
|
||||
render: (_: any, record: any) => {
|
||||
return (
|
||||
<>
|
||||
{record.categoryNameList.map((item:string) => {
|
||||
return <div>{`${item}`}</div>
|
||||
})}
|
||||
</>
|
||||
)
|
||||
},
|
||||
},
|
||||
{
|
||||
title: '准入方式',
|
||||
dataIndex: 'accessTypeText',
|
||||
key: 'accessTypeText',
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
title: '评审时间',
|
||||
|
Reference in New Issue
Block a user