From b2a06c73a8717e6839ad5dbadb1c4ff5fbe05845 Mon Sep 17 00:00:00 2001 From: zhaoxiao Date: Mon, 27 Dec 2021 16:39:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A5=A8=E6=8D=AE=E9=82=AE=E5=AF=84=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mailManagement/BillMail.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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' }, {