|
@@ -28,7 +28,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
[
|
|
[
|
|
{checkbox: true},
|
|
{checkbox: true},
|
|
{field: 'id', title: __('Id')},
|
|
{field: 'id', title: __('Id')},
|
|
-// {field: 'order_no', title: __('Order_no'), operate: 'LIKE'},
|
|
|
|
|
|
+ {field: 'order_no', title: __('Order_no'), operate: 'LIKE'},
|
|
// {field: 'active_id', title: __('Active_id')},
|
|
// {field: 'active_id', title: __('Active_id')},
|
|
{field: 'active.name', title: __('Active.name'), operate: 'LIKE'},
|
|
{field: 'active.name', title: __('Active.name'), operate: 'LIKE'},
|
|
// {field: 'user_id', title: __('User_id')},
|
|
// {field: 'user_id', title: __('User_id')},
|