|
|
@@ -111,7 +111,7 @@
|
|
|
{field: 'order_no', title: '单号'},
|
|
|
{field: 'user', title: '用户',templet: function (d) {
|
|
|
return '<a href="javascript:;" class="taxi-user-view" style="color: #35cc98;border-bottom: 1px solid;"> '
|
|
|
- + ( d.user ? d.user.nickname + '(' + d.taxi_user.mobile + ')' : '用户不存在') + ' </a>';
|
|
|
+ + ( d.user ? d.user.nickname + '(' + (d.taxi_user?d.taxi_user.mobile:'') + ')' : '用户不存在') + ' </a>';
|
|
|
}, width: 200
|
|
|
},
|
|
|
{field: 'type', title: '收款方式',templet: function (d) {
|