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' },