From 0bd01113db680c50b1908b8b1991100e4e4a9f7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Sun, 14 Aug 2022 18:27:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=AC=A0=E6=AC=BE=E5=8D=95?= =?UTF-8?q?=E6=8D=AE=E7=9A=84=E5=88=97=E7=9A=84=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/financial/dialog/DebtBillList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jshERP-web/src/views/financial/dialog/DebtBillList.vue b/jshERP-web/src/views/financial/dialog/DebtBillList.vue index c694e889..635de3fe 100644 --- a/jshERP-web/src/views/financial/dialog/DebtBillList.vue +++ b/jshERP-web/src/views/financial/dialog/DebtBillList.vue @@ -116,7 +116,7 @@ return parseInt(index)+1; } }, - { title: '', dataIndex: 'organName',width:120}, + { title: '', dataIndex: 'organName',width:120, ellipsis:true}, { title: '单据编号', dataIndex: 'number', width: 120, scopedSlots: { customRender: 'numberCustomRender' },