|
@@ -33,9 +33,9 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'user.mobile', title: __('User.mobile'), operate: 'LIKE'},
|
|
|
{field: 'order_no', title: __('Order_no'), operate: 'LIKE'},
|
|
|
{field: 'money', title: __('Money'), operate: 'LIKE'},
|
|
|
- {field: 'purpose', title: __('Purpose'), searchList: {"1":__('Purpose 1'),"2":__('Purpose 2'),"3":__('Purpose 3')}, formatter: Table.api.formatter.normal},
|
|
|
- {field: 'pay_type', title: __('Pay_type'), operate: 'LIKE'},
|
|
|
- {field: 'relation_id', title: __('Relation_id')},
|
|
|
+ {field: 'purpose', title: __('Purpose'), searchList: {"1":__('Purpose 1'),"2":__('Purpose 2'),"3":__('Purpose 3')}, formatter: Table.api.formatter.normal, operate: false},
|
|
|
+ {field: 'pay_type', title: __('Pay_type'), operate: false},
|
|
|
+ {field: 'relation_id', title: __('订单ID')},
|
|
|
// {field: 'refund_no', title: __('Refund_no'), operate: 'LIKE'},
|
|
|
{field: 'transaction_id', title: __('Transaction_id'), operate: 'LIKE'},
|
|
|
{field: 'status', title: __('Status'), searchList: {"0":__('Status 0'),"1":__('Status 1'),"2":__('Status 2')}, formatter: Table.api.formatter.status},
|