单据列表展示优化

This commit is contained in:
季圣华
2021-09-16 23:58:18 +08:00
parent 01a7e6de9c
commit 5c6327313b
15 changed files with 15 additions and 15 deletions

View File

@@ -162,7 +162,7 @@
},
// 表头
columns: [
{ title: '会员', dataIndex: 'organName',width:120},
{ title: '会员', dataIndex: 'organName',width:120, ellipsis:true},
{ title: '单据编号', dataIndex: 'number',width:160,
customRender:function (text,record,index) {
if(record.linkNumber) {