From 66d76730e95c8b8016ebddd7edb310941fde6c1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Sat, 28 May 2022 22:42:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=B4=A6=E6=88=B7=E6=B5=81?= =?UTF-8?q?=E6=B0=B4=E7=9A=84=E9=A1=B5=E9=9D=A2=E6=8E=92=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/report/modules/AccountInOutList.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jshERP-web/src/views/report/modules/AccountInOutList.vue b/jshERP-web/src/views/report/modules/AccountInOutList.vue index b63e9de3..361802b4 100644 --- a/jshERP-web/src/views/report/modules/AccountInOutList.vue +++ b/jshERP-web/src/views/report/modules/AccountInOutList.vue @@ -70,12 +70,12 @@ } }, { - title: '单据编号', dataIndex: 'number', width: 150, + title: '单据编号', dataIndex: 'number', width: 120, scopedSlots: { customRender: 'numberCustomRender' }, }, { title: '类型', dataIndex: 'type', width: 100}, - { title: '单位信息', dataIndex: 'supplierName', width: 150}, - { title: '金额', dataIndex: 'changeAmount', width: 80, + { title: '单位信息', dataIndex: 'supplierName', width: 180, ellipsis:true}, + { title: '金额', dataIndex: 'changeAmount', width: 100, ellipsis:true, customRender:function (t,r,index) { if (r.aList && r.amList) { let aListArr = r.aList.toString().split(","); @@ -94,7 +94,7 @@ } }, { title: '余额', dataIndex: 'balance', width: 80}, - { title: '单据日期', dataIndex: 'operTime', width: 180} + { title: '单据日期', dataIndex: 'operTime', width: 120} ], labelCol: { xs: { span: 1 },