From edc9ca954a4491322ccca858452f98bab643fb8a Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Thu, 16 Jul 2020 10:30:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=88=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hyhproject/admin/view/orders/orders.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyhproject/admin/view/orders/orders.js b/hyhproject/admin/view/orders/orders.js index afd3997..760bb16 100755 --- a/hyhproject/admin/view/orders/orders.js +++ b/hyhproject/admin/view/orders/orders.js @@ -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;