|
@@ -30,7 +30,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'image', title: __('Image'), operate: false, events: Table.api.events.image, formatter: Table.api.formatter.image},
|
|
|
{field: 'price', title: __('Price'), operate:'BETWEEN'},
|
|
|
{field: 'oldprice', title: __('Oldprice'), operate:'BETWEEN'},
|
|
|
- {field: 'content', title: __('Content')},
|
|
|
+// {field: 'content', title: __('Content')},
|
|
|
{field: 'lessoncate_id', title: __('Lessoncate_id')},
|
|
|
{field: 'cate.name', title: __('Cate.name'), operate: 'LIKE'},
|
|
|
{field: 'operate', title: __('Operate'), table: table, events: Table.api.events.operate, formatter: Table.api.formatter.operate}
|