更新代码
This commit is contained in:
@ -94,6 +94,7 @@ const CooperateEnterprise: React.FC = () => {
|
||||
title: '准入工作',
|
||||
dataIndex: 'accessWorkName',
|
||||
key: 'accessWorkName',
|
||||
width: 120,
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
@ -101,14 +102,14 @@ const CooperateEnterprise: React.FC = () => {
|
||||
dataIndex: 'deptId',
|
||||
key: 'deptId',
|
||||
ellipsis: true,
|
||||
width: 180,
|
||||
width: 120,
|
||||
},
|
||||
{
|
||||
title: '准入部门',
|
||||
dataIndex: 'deptId',
|
||||
key: 'deptId',
|
||||
ellipsis: true,
|
||||
width: 180,
|
||||
width: 120,
|
||||
},
|
||||
{
|
||||
title: '准入品类',
|
||||
@ -130,7 +131,7 @@ const CooperateEnterprise: React.FC = () => {
|
||||
dataIndex: 'accessTypeText',
|
||||
key: 'accessTypeText',
|
||||
ellipsis: true,
|
||||
width: 160,
|
||||
width: 120,
|
||||
},
|
||||
{
|
||||
title: '评审时间',
|
||||
@ -148,6 +149,7 @@ const CooperateEnterprise: React.FC = () => {
|
||||
{
|
||||
title: '操作',
|
||||
width: 140,
|
||||
fixed: 'right',
|
||||
render: (_: any, record: any) => {
|
||||
// 已完成 3 、结果汇总中 2 、进行中1 、 未开始0
|
||||
// 显示评审 按钮
|
||||
|
Reference in New Issue
Block a user