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