Commit 348cb17d authored by 董先生's avatar 董先生

提现核销

parent d1581f86
......@@ -41,7 +41,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
{field: 'money', title: __('Money')},
{field: 'serve_money', title: __('Serve_money')},
{field: 'remark', title: __('拒绝理由')},
{field: 'status', title: __('Status'), searchList: {"-1":__('Status -1'),"0":__('Status 0'),"1":__('Status 1'),"2":__('Status ')}, formatter: Table.api.formatter.status},
{field: 'status', title: __('Status'), searchList: {"-1":__('Status -1'),"0":__('Status 0'),"1":__('Status 1'),"2":__('Status 2')}, formatter: Table.api.formatter.status},
{field: 'start_time', title: __('Start_time'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
{field: 'end_time', title: __('End_time'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
{field: 'withdraw_way', title: __('Withdraw_way'), searchList: {"1":__('Withdraw_way 1'),"2":__('Withdraw_way 2')}, formatter: Table.api.formatter.normal},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment