单据列表展示优化
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user