From f711812a994894b860196da3860dae46f1196f1c Mon Sep 17 00:00:00 2001 From: zhaoxiao Date: Mon, 25 Oct 2021 17:32:48 +0800 Subject: [PATCH] =?UTF-8?q?[=E9=9C=80=E6=B1=82=E5=8F=98=E6=9B=B4]-?= =?UTF-8?q?=E6=89=93=E5=8C=85=E7=AE=A1=E7=90=86-=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 | 30 ++++++++++++++------ 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/src/views/packManagement/PackCompanyList.vue b/src/views/packManagement/PackCompanyList.vue index 7896eef..0d34c00 100644 --- a/src/views/packManagement/PackCompanyList.vue +++ b/src/views/packManagement/PackCompanyList.vue @@ -31,7 +31,8 @@
新增 - 导出 + 导出 + 批量删除
@@ -54,7 +55,8 @@ @@ -117,12 +119,6 @@ export default { width: 140, dataIndex: 'packYear', scopedSlots: { customRender: 'text' } - }, { - title: '企业联系人', - align: 'center', - width: 280, - dataIndex: 'companyContactTemporaryName', - scopedSlots: { customRender: 'text' } }, { title: '打包联系人', align: 'center', @@ -141,6 +137,24 @@ 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: '操作', dataIndex: 'action',