|
@@ -30,11 +30,7 @@ function AuthWorkList(props) {
|
|
|
},
|
|
|
{
|
|
|
title: '提交人',
|
|
|
- dataIndex: 'User.CName',
|
|
|
- // render: (project_id, item) => {
|
|
|
- // if (item.zIndex === 0) return '';
|
|
|
- // return project.find(p => p.ID == project_id)?.Name || '-';
|
|
|
- // },
|
|
|
+ dataIndex: ['User', 'CName'],
|
|
|
},
|
|
|
{
|
|
|
title: '审核状态',
|