|
|
@@ -24,6 +24,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
[
|
|
|
{checkbox: true},
|
|
|
{field: 'id', title: __('Id'), operate: false},
|
|
|
+ {field: 'users.address', title: __('User_id'),operate: 'LIKE'},
|
|
|
{
|
|
|
field: 'welfarereda.title',
|
|
|
title: __('福利兑换'),
|
|
|
@@ -43,17 +44,19 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
}
|
|
|
},
|
|
|
{field: 'order_no', title: __('Order_no'), operate: 'LIKE'},
|
|
|
- {field: 'order_no', title: __('Order_no'), operate: 'LIKE'},
|
|
|
- {field: 'tx_hash', title: __('Tx_hash'), operate: 'LIKE'},
|
|
|
- {field: 'users.address', title: __('User_id'),operate: 'LIKE'},
|
|
|
- {field: 'symbol', title: __('Symbol'), operate: false},
|
|
|
- {field: 'amount', title: __('Amount'), operate:false},
|
|
|
{field: 'product_id', title: __('发放产品ID'), operate:'LIKE'},
|
|
|
- {field: 'from_address', title: __('From_address'), operate: 'LIKE'},
|
|
|
+ {field: 'id', title: __('Symbol'), operate: false,
|
|
|
+ formatter: function (value, row, index) {
|
|
|
+ return 'USDT';
|
|
|
+ }},
|
|
|
+ {field: 'tx_hash_usdt', title: __('Tx_hash_Usdt'), operate: 'LIKE'},
|
|
|
+ {field: 'from_address_usdt', title: __('From_address_usdt'), operate: 'LIKE'},
|
|
|
+ {field: 'amount_usdt', title: __('Amount_usdt'), operate:false},
|
|
|
+ {field: 'token_name', title: __('Symbol'), operate: 'LIKE'},
|
|
|
+ {field: 'tx_hash_token', title: __('Tx_hash_token'), operate: 'LIKE'},
|
|
|
+ {field: 'from_address_token', title: __('From_address_token'), operate: 'LIKE'},
|
|
|
+ {field: 'amount_token', title: __('Amount_token'), operate:false},
|
|
|
{field: 'to_address', title: __('To_address'), operate: 'LIKE'},
|
|
|
- {field: 'status', title: __('Status'), searchList: {
|
|
|
- "100":__('待确认'),"200":__('成功'),"400":__('失败')
|
|
|
- }, formatter: Table.api.formatter.status},
|
|
|
{field: 'create_time', title: __('Create_time'), operate: false, addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
|
{field: 'note', title: __('Note'), operate: false},
|
|
|
//{field: 'operate', title: __('Operate'), table: table, events: Table.api.events.operate, formatter: Table.api.formatter.operate}
|