|
|
@@ -98,7 +98,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin |
|
|
|
{field: 'order_price', title: __('Order_price'), operate:'BETWEEN'}, |
|
|
|
// {field: 'discount_price', title: __('Discount_price'), operate:'BETWEEN'}, |
|
|
|
// {field: 'delivery_price', title: __('Delivery_price'), operate:'BETWEEN'}, |
|
|
|
{field: 'total_price', title: __('Total_price'), operate:'BETWEEN'}, |
|
|
|
// {field: 'total_price', title: __('Total_price'), operate:'BETWEEN'}, |
|
|
|
// {field: 'pay_type', title: __('Pay_type'), searchList: {"1":__('Online'),"2":__('Offline'),"3":__('wxPay'),"4":__('aliPay')}, formatter: Table.api.formatter.normal}, |
|
|
|
{field: 'ip', title: __('Ip'), visible:false}, |
|
|
|
{field: 'status', title: __('Status'), searchList: {"-1":__('Refund'),"0":__('Cancel'),"1":__('Normal')}, formatter: Table.api.formatter.status}, |
|
|
|