setter
parent
17acd38185
commit
418a0eccd4
|
@ -136,9 +136,10 @@ layui.use(['laytpl', 'table', 'jquery', 'form', 'miniTab', 'xmSelect', 'laydate'
|
||||||
{field: 'status_text', title: '订单状态', minWidth: 100},
|
{field: 'status_text', title: '订单状态', minWidth: 100},
|
||||||
{field: 'contacts', title: '联系人',minWidth: 150},
|
{field: 'contacts', title: '联系人',minWidth: 150},
|
||||||
{templet: function (d) {
|
{templet: function (d) {
|
||||||
if(d.account!==undefined){
|
if(d.account!=null&&d.account!="null"&&d.account!=undefined){
|
||||||
return d.account.nickname;
|
return d.account.nickname;
|
||||||
}
|
}
|
||||||
|
return "";
|
||||||
}, title: '微信号',minWidth: 150},
|
}, title: '微信号',minWidth: 150},
|
||||||
{field: 'phone',title: '电话',minWidth: 150},
|
{field: 'phone',title: '电话',minWidth: 150},
|
||||||
// {field: 'pick_self_text', title: '配送方式',minWidth: 150},
|
// {field: 'pick_self_text', title: '配送方式',minWidth: 150},
|
||||||
|
|
Loading…
Reference in New Issue