From bff18ebe9a80f6104f6e8d8a82d9d941ca7cc612 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Mon, 31 Jul 2023 20:07:25 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90fix:bug74482=E3=80=91-=E5=88=86?= =?UTF-8?q?=E6=A0=87=E5=A7=94=E3=80=81=E5=B7=A5=E4=BD=9C=E7=BB=84=E5=8A=A0?= =?UTF-8?q?=E6=88=90=E5=91=98=E5=8D=95=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/WorkGroupDistributeModule.vue | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) 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',