更新代码

This commit is contained in:
孙景学
2025-07-15 09:07:43 +08:00
parent e1dd6bfa98
commit 658c403dbd
23 changed files with 181 additions and 97 deletions

View File

@ -120,21 +120,25 @@ const SupplierEntryReview: React.FC = () => {
dataIndex: 'accessWorkName',
align: 'center',
ellipsis: true,
width: 120,
},
{
title: '准入部门',
dataIndex: 'deptId',
align: 'center',
width: 120,
},
{
title: '准入方式',
dataIndex: 'accessTypeText',
align: 'center',
ellipsis: true,
width: 120,
},
{
title: '准入品类',
dataIndex: 'categoryNameList',
width: 120,
align: 'center',
render: (_: any, record: any) => {
return (
@ -164,15 +168,18 @@ const SupplierEntryReview: React.FC = () => {
title: '流程状态',
dataIndex: 'reviewStatusText',
align: 'center',
width: 120,
},
{
title: '审核',
dataIndex: 'approveStatusText',
align: 'center',
width: 120,
},
{
title: '操作',
width: 120,
fixed: 'right',
render: (_: any, record: any) => {
return (
<Space>