xieruidong il y a 2 ans
Parent
commit
b61f0830e9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      public/assets/js/backend/goods.js

+ 1 - 1
public/assets/js/backend/goods.js

@@ -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:'是'}},