"...admin-cloud-eureka-server/vscode:/vscode.git/clone" did not exist on "fb3951135ecc3a7e368a3ab3a496253dfff29aa5"
Commit a9fa72cc authored by 神话's avatar 神话
Browse files

给关联单据选择列表中的供应商客户列调整宽度

parent 8dbc7226
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
return parseInt(index)+1; return parseInt(index)+1;
} }
}, },
{ title: '', dataIndex: 'organName',width:120}, { title: '', dataIndex: 'organName',width:120, ellipsis:true},
{ title: '单据编号', dataIndex: 'number',width:150}, { title: '单据编号', dataIndex: 'number',width:150},
{ title: '商品信息', dataIndex: 'materialsList',width:280, ellipsis:true, { title: '商品信息', dataIndex: 'materialsList',width:280, ellipsis:true,
customRender:function (text,record,index) { customRender:function (text,record,index) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment