优化欠款单据的列的宽度

This commit is contained in:
季圣华 2022-08-14 18:27:29 +08:00
parent c0855b29df
commit 0bd01113db

View File

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