From c904fee6addb136ceaad9a6e03d40e8b99a4f0d0 Mon Sep 17 00:00:00 2001 From: zhaoxiao Date: Tue, 26 Oct 2021 11:52:15 +0800 Subject: [PATCH] =?UTF-8?q?[=E9=9C=80=E6=B1=82=E5=8F=98=E6=9B=B4]=20?= =?UTF-8?q?=E6=89=93=E5=8C=85=E7=AE=A1=E7=90=86-=E6=89=93=E5=8C=85?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=88=97=E8=A1=A8=EF=BC=9A=E4=BC=81=E4=B8=9A?= =?UTF-8?q?=E8=81=94=E7=B3=BB=E4=BA=BA=E3=80=81=E8=81=94=E7=B3=BB=E4=BA=BA?= =?UTF-8?q?=E7=94=B5=E8=AF=9D=E3=80=81=E9=82=AE=E7=AE=B1=E8=BF=99=E4=B8=89?= =?UTF-8?q?=E4=B8=AA=E5=AD=97=E6=AE=B5=E6=94=BE=E5=9C=A8=E6=9C=80=E5=90=8E?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/packManagement/PackCompanyList.vue | 40 ++++++++++--------- .../packManagement/PackProjectMaintenance.vue | 36 ++++++++--------- 2 files changed, 39 insertions(+), 37 deletions(-) diff --git a/src/views/packManagement/PackCompanyList.vue b/src/views/packManagement/PackCompanyList.vue index 0d34c00..571cf83 100644 --- a/src/views/packManagement/PackCompanyList.vue +++ b/src/views/packManagement/PackCompanyList.vue @@ -137,25 +137,27 @@ export default { width: 180, dataIndex: 'receiptExpense', scopedSlots: { customRender: 'text' } - }, { - title: '企业联系人', - align: 'center', - width: 280, - dataIndex: 'companyContactTemporaryName', - scopedSlots: { customRender: 'text' } - }, { - title: '联系人电话', - align: 'center', - width: 200, - dataIndex: 'phone', - scopedSlots: { customRender: 'text' } - }, { - title: '邮箱', - align: 'center', - width: 280, - dataIndex: 'email', - scopedSlots: { customRender: 'text' } - }, { + }, + // { + // title: '企业联系人', + // align: 'center', + // width: 280, + // dataIndex: 'companyContactTemporaryName', + // scopedSlots: { customRender: 'text' } + // }, { + // title: '联系人电话', + // align: 'center', + // width: 200, + // dataIndex: 'phone', + // scopedSlots: { customRender: 'text' } + // }, { + // title: '邮箱', + // align: 'center', + // width: 280, + // dataIndex: 'email', + // scopedSlots: { customRender: 'text' } + // }, + { title: '操作', dataIndex: 'action', align: 'center', diff --git a/src/views/packManagement/PackProjectMaintenance.vue b/src/views/packManagement/PackProjectMaintenance.vue index d3501a7..7b153d8 100644 --- a/src/views/packManagement/PackProjectMaintenance.vue +++ b/src/views/packManagement/PackProjectMaintenance.vue @@ -273,24 +273,6 @@ export default { width: 140, dataIndex: 'principalName', scopedSlots: { customRender: 'text' } - }, { - title: '企业联系人', - align: 'center', - width: 280, - dataIndex: 'contactsTemporaryName', - scopedSlots: { customRender: 'text' } - }, { - title: '联系人电话', - align: 'center', - width: 160, - dataIndex: 'phone', - scopedSlots: { customRender: 'text' } - }, { - title: '联系人邮箱', - align: 'center', - width: 200, - dataIndex: 'email', - scopedSlots: { customRender: 'text' } }, { title: '应收金额', align: 'center', @@ -331,6 +313,24 @@ export default { width: 80, dataIndex: 'mail', scopedSlots: { customRender: 'status-mail' } + }, { + title: '企业联系人', + align: 'center', + width: 280, + dataIndex: 'contactsTemporaryName', + scopedSlots: { customRender: 'text' } + }, { + title: '联系人电话', + align: 'center', + width: 160, + dataIndex: 'phone', + scopedSlots: { customRender: 'text' } + }, { + title: '联系人邮箱', + align: 'center', + width: 200, + dataIndex: 'email', + scopedSlots: { customRender: 'text' } }, { title: '操作', dataIndex: 'action',