【fix:bug74482】-分标委、工作组加成员单位

This commit is contained in:
fengchenchen
2023-07-31 20:07:25 +08:00
parent 2fd7eadf9d
commit bff18ebe9a
@@ -125,13 +125,13 @@ const commitColumns = [
dataIndex: 'name',
scopedSlots: {customRender: 'text'}
},
// {
// title: '成员单位',
// align: 'center',
// dataIndex: 'companyName',
// width: 280,
// scopedSlots: { customRender: 'text' }
// },
{
title: '成员单位',
align: 'center',
dataIndex: 'companyName',
width: 280,
scopedSlots: { customRender: 'text' }
},
{
title: '邮件通知',
align: 'center',
@@ -159,13 +159,13 @@ const councilColumns = [
dataIndex: 'name',
scopedSlots: {customRender: 'text'}
},
// {
// title: '成员单位',
// align: 'center',
// dataIndex: 'companyName',
// width: 280,
// scopedSlots: { customRender: 'text' }
// },
{
title: '成员单位',
align: 'center',
dataIndex: 'companyName',
width: 280,
scopedSlots: { customRender: 'text' }
},
{
title: '邮件通知',
align: 'center',