|
|
@@ -33,7 +33,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'bank_card', title: __('Bank_card'), operate: 'LIKE'},
|
|
|
{field: 'account_name', title: __('Account_name'), operate: false},
|
|
|
{field: 'amount', title: __('Amount'), operate: false},
|
|
|
- {field: 'img_url', title: __('充值截图'), formatter: Table.api.formatter.thumb, operate: false},
|
|
|
+ {field: 'img_url', title: __('充值截图'), events: Table.api.events.image, formatter: Table.api.formatter.image, operate: false},
|
|
|
{field: 'img_urls', title: __('Url'), formatter: Table.api.formatter.url, visible: false},
|
|
|
{field: 'status', title: __("Status"),
|
|
|
searchList: {0:__('待支付'), 100:__('待处理'), 200:__('成功'), 400:__('失败'), 500:__('取消')},
|