diff --git a/src/views/projectManagement/modules/WorkGroupDistributeModule.vue b/src/views/projectManagement/modules/WorkGroupDistributeModule.vue index c94d9a5..74d04dc 100644 --- a/src/views/projectManagement/modules/WorkGroupDistributeModule.vue +++ b/src/views/projectManagement/modules/WorkGroupDistributeModule.vue @@ -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',