|
@@ -35,7 +35,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'id', title: __('Id')},
|
|
|
{field: 'name', title: __('Name'),formatter: Table.api.formatter.content,width:200,operate: 'like'},
|
|
|
{field: 'category.name', title: __('分类'),formatter: Table.api.formatter.label,operate: "like"},
|
|
|
- {field: 'brand', title: __('Brand')},
|
|
|
+ {field: 'brand', title: __('Brand'),operate: 'like'},
|
|
|
//{field: 'amount', title: __('售价'), operate:'BETWEEN'},
|
|
|
//{field: 'amount_kill', title: __('Amount_kill'), operate:'BETWEEN'},
|
|
|
{field: 'is_hot', title: __('Is_hot'),formatter:Table.api.formatter.label,searchList:{0:'否',1:'是'}},
|