|
@@ -27,6 +27,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{checkbox: true},
|
|
|
{field: 'id', title: __('Id')},
|
|
|
{field: 'name', title: __('Name'), operate: 'LIKE'},
|
|
|
+ {field: 'info', title: __('Info'), operate: 'LIKE'},
|
|
|
{field: 'level', title: __('Level')},
|
|
|
{field: 'value', title: __('Value'), operate:'BETWEEN'},
|
|
|
{field: 'typing_switch', title: __('Typing_switch'), searchList: {"1":__('Yes'),"0":__('No')}, table: table, formatter: Table.api.formatter.toggle},
|