|
|
@@ -164,9 +164,12 @@
|
|
|
{field: 'bind_user', title: '绑定用户', templet: function (d) {
|
|
|
return d.user != 'null' && typeof(d.user.id) != 'undefined'? d.user.nickname+'(ID:'+d.user.id+')': '';
|
|
|
}, width: 100},
|
|
|
- {field: 'partnership', title: '资产', templet: function (d) {
|
|
|
+ {field: 'partnership', title: '余额', templet: function (d) {
|
|
|
return d.user != 'null' && typeof(d.user.partnership) != 'undefined'? d.user.partnership: '0.00';
|
|
|
}, width: 100},
|
|
|
+ {field: 'taxi_property', title: '通证资产', templet: function (d) {
|
|
|
+ return d.user != 'null' && typeof(d.user.taxi_property) != 'undefined'? d.user.taxi_property: '0.00';
|
|
|
+ }, width: 100},
|
|
|
{field: 'id_card', title: '身份证号', width: 200},
|
|
|
{field: 'id_card_img', title: '身份证照片', templet: function (d) {
|
|
|
if (isJsonString(d.id_card_img)) {
|