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',