Merge branch 'test'

This commit is contained in:
Jerry Yan 2020-07-16 10:31:14 +08:00
commit 36b0b97322

View File

@ -23,7 +23,7 @@ function initCertificateGrid(){
{title:'订单组', name:'list', width: 500,sortable:true, renderer:function(val,item,rowIndex){
var html = '';
$.each(val,function(i,v){
html+='订单号:'+v['orderNo']+',应付款:'+v['payable']+',';
html+='订单号:'+v['orderNo']+'】,商家应收款:'+v['payable']+',';
// console.log(v);
})
return html;