|
@@ -35,10 +35,12 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'oldprice', title: __('Oldprice'), operate:'BETWEEN'},
|
|
|
// {field: 'content', title: __('Content')},
|
|
|
// {field: 'content_en', title: __('Content_en')},
|
|
|
- {field: 'lessoncate_id', title: __('Lessoncate_id')},
|
|
|
+
|
|
|
{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: 'lessoncate_id', title: __('Lessoncate_id')},
|
|
|
{field: 'cate.name', title: __('Cate.name'), operate: 'LIKE'},
|
|
|
+ {field: 'cate.name_en', title: __('Cate.name_en'), operate: 'LIKE'},
|
|
|
{field: 'operate', title: __('Operate'), table: table, events: Table.api.events.operate, formatter: Table.api.formatter.operate}
|
|
|
]
|
|
|
]
|