|
@@ -28,9 +28,9 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
[
|
|
|
{checkbox: true},
|
|
|
{field: 'id', title: __('Id')},
|
|
|
+ {field: 'order_no', title: __('Order_no')},
|
|
|
{field: 'status', title: __('Status'),formatter: Table.api.formatter.label,searchList:status},
|
|
|
{field: 'user.nickname', title: __('下单用户')},
|
|
|
- {field: 'order_no', title: __('Order_no')},
|
|
|
{field: 'amount_total', title: __('Amount_total'), operate:'BETWEEN'},
|
|
|
{field: 'amount_pay', title: __('Amount_pay'), operate:'BETWEEN'},
|
|
|
/* {field: 'amount_install', title: __('Amount_install'), operate:'BETWEEN'},
|