|
@@ -31,6 +31,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'amount', title: __('Amount'), operate: 'BETWEEN'},
|
|
|
{field: 'created_at', title: __('提交时间'),operate: "RANGE",addclass:'datetimerange',formatter: Table.api.formatter.datetime},
|
|
|
{field: 'status', title: __('Status'),searchList:status,formatter:Table.api.formatter.normal},
|
|
|
+ {field: 'check_status', title: __('打款状态'),searchList:{0:'打款中',1:'成功',2:'失败'},formatter:Table.api.formatter.label},
|
|
|
+ {field: 'check_data', title: __('打款失败原因')},
|
|
|
{
|
|
|
field: 'operate',
|
|
|
title: __('Operate'),
|