|
@@ -96,7 +96,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'delivery_price', title: __('Delivery_price'), operate:'BETWEEN'},
|
|
|
{field: 'total_price', title: __('Total_price'), operate:'BETWEEN'},
|
|
|
{field: 'status', title: __('Status'), searchList: {"-1":__('Refund'),"0":__('Cancel'),"1":__('Normal')}, formatter: Table.api.formatter.status},
|
|
|
- {field: 'pay_type', title: __('Pay_type'), searchList: {"1":__('Online'),"2":__('Offline'),"3":__('wxPay'),"4":__('aliPay')}, formatter: Table.api.formatter.normal},
|
|
|
+ {field: 'pay_type', title: __('Pay_type'), searchList: {"1":__('Online'),"2":__('Wallet'),"3":__('wxPay'),"4":__('aliPay')}, formatter: Table.api.formatter.normal},
|
|
|
{field: 'ip', title: __('Ip'), visible:false},
|
|
|
{field: 'have_paid_status', title: __('Have_paid'), searchList: {"0":__('No'),"1":__('Yes')}, formatter: Table.api.formatter.statusCustom},
|
|
|
{field: 'have_delivered_status', title: __('Have_delivered'),searchList: {"0":__('No'),"1":__('Yes')}, formatter: Table.api.formatter.statusCustom},
|