|
|
@@ -28,6 +28,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
formatter: Table.api.formatter.status
|
|
|
},
|
|
|
{field: 'users.mobile', title: __('User_id')},
|
|
|
+ {field: 'users.balance', title: __('当前余额')},
|
|
|
{field: 'usdt_address', title: __('Address'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},
|
|
|
{field: 'bank_name', title: __('Bank_name'), operate: 'LIKE'},
|
|
|
{field: 'bank_card', title: __('Bank_card'), operate: 'LIKE'},
|
|
|
@@ -36,7 +37,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'fee', title: __('Fee'), operate:'BETWEEN'},
|
|
|
{field: 'real_amount', title: __('Real_amount'), operate:'BETWEEN'},
|
|
|
{field: 'status', title: __("Status"),
|
|
|
- searchList: {100:__('Pending'), 200:__('Success'), 400:__('Fail'), 500:__('Cancel')},
|
|
|
+ searchList: {100:__('Pending'), 200:__('Success'), 400:__('Fail'), 401:__('驳回'), 500:__('Cancel')},
|
|
|
formatter: Table.api.formatter.status
|
|
|
},
|
|
|
{field: 'user_type', title: __("用户类型"),
|
|
|
@@ -65,7 +66,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
text: __('驳回'),
|
|
|
classname: 'btn btn-xs btn-danger btn-magic btn-ajax',
|
|
|
confirm: __('Confirm review'),
|
|
|
- url: 'trade/money_out/review/status/400',
|
|
|
+ url: 'trade/money_out/review/status/401',
|
|
|
visible: function (row) {
|
|
|
if(row.status == 100) return true;
|
|
|
return false;
|