|
@@ -35,7 +35,6 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'amount', title: __('Amount'), operate:'BETWEEN'},
|
|
{field: 'amount', title: __('Amount'), operate:'BETWEEN'},
|
|
|
{field: 'fee', title: __('Fee'), operate:'BETWEEN'},
|
|
{field: 'fee', title: __('Fee'), operate:'BETWEEN'},
|
|
|
{field: 'real_amount', title: __('Real_amount'), operate:'BETWEEN'},
|
|
{field: 'real_amount', title: __('Real_amount'), operate:'BETWEEN'},
|
|
|
- {field: 'status', title: __('Status')},
|
|
|
|
|
{field: 'status', title: __("Status"),
|
|
{field: 'status', title: __("Status"),
|
|
|
searchList: {100:__('Pending'), 200:__('Success'), 400:__('Fail'), 500:__('Cancel')},
|
|
searchList: {100:__('Pending'), 200:__('Success'), 400:__('Fail'), 500:__('Cancel')},
|
|
|
formatter: Table.api.formatter.status
|
|
formatter: Table.api.formatter.status
|