|
@@ -34,6 +34,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'price', title: __('Price'), operate:'BETWEEN'},
|
|
|
{field: 'oldprice', title: __('Oldprice'), operate:'BETWEEN'},
|
|
|
{field: 'lessoncate_id', title: __('Lessoncate_id')},
|
|
|
+ {field: 'type', title: __('Type'), searchList: {"1":__('Type 1'),"2":__('Type 2')}, formatter: Table.api.formatter.normal},
|
|
|
{field: 'is_show', title: __('Is_show'), searchList: {"1":__('Is_show 1'),"0":__('Is_show 0')}, formatter: Table.api.formatter.normal},
|
|
|
{field: 'weigh', title: __('Weigh'), operate: false},
|
|
|
// {field: 'title', title: __('Title'), operate: 'LIKE'},
|