From 0a6cd5c314126a7bccce50b99cd89267d78b7a03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9A=E4=BA=9A=E7=94=B7?= Date: Thu, 16 Sep 2021 17:53:08 +0800 Subject: [PATCH] =?UTF-8?q?=E9=82=AE=E5=AF=84=E5=88=97=E8=A1=A8table?= =?UTF-8?q?=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mailManagement/BillMail.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/views/mailManagement/BillMail.vue b/src/views/mailManagement/BillMail.vue index d9fd968..f7e8802 100644 --- a/src/views/mailManagement/BillMail.vue +++ b/src/views/mailManagement/BillMail.vue @@ -67,7 +67,7 @@ size="middle" bordered rowKey="id" - :scroll="{x:true}" + :scroll="{x: 1600}" :columns="columns" :dataSource="dataSource" :pagination="ipagination" @@ -77,7 +77,12 @@ @change="handleTableChange"> @@ -134,6 +139,8 @@ export default { }, { title: '来款项目', + width: 300, + ellipsis: true, align: 'center', dataIndex: 'projectName', scopedSlots: {customRender: 'htmlSlot'}