diff --git a/src/views/mailManagement/BillMail.vue b/src/views/mailManagement/BillMail.vue index 60c7ba3..c6ad17c 100644 --- a/src/views/mailManagement/BillMail.vue +++ b/src/views/mailManagement/BillMail.vue @@ -143,7 +143,7 @@ export default { }, { title: '来款项目', - width: 300, + width: 280, ellipsis: true, align: 'center', dataIndex: 'projectName', @@ -152,7 +152,7 @@ export default { { title: '票号', align: 'center', - width: 300, + width: 200, dataIndex: 'billNo', scopedSlots: { customRender: 'text' } }, @@ -168,14 +168,14 @@ export default { { title: '项目负责人', align: 'center', - width: 300, + width: 280, dataIndex: 'principalName', scopedSlots: { customRender: 'text' } }, { title: '来款单位', align: 'center', - width: 300, + width: 280, dataIndex: 'chargeCompanyName', scopedSlots: { customRender: 'text' } }, @@ -189,7 +189,7 @@ export default { { title: '邮寄联系人', align: 'center', - width: 300, + width: 280, dataIndex: 'contactName', scopedSlots: { customRender: 'text' } }, @@ -203,7 +203,7 @@ export default { { title: '状态', align: 'center', - width: 200, + width: 100, dataIndex: 'postStatus_dictText' }, {