准入查看与零星采购/应急采购/个人供应商和个人修改

This commit is contained in:
孙景学
2025-07-09 15:30:30 +08:00
parent b46b35cd4b
commit 7d1673f42d
11 changed files with 250 additions and 97 deletions

View File

@ -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: '评审时间',