作者 SHW\戥岁。。

类别

@@ -32,8 +32,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'template', 'litestor @@ -32,8 +32,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'template', 'litestor
32 {field: 'goods_name', title: __('Goods_name'), operate: 'LIKE'}, 32 {field: 'goods_name', title: __('Goods_name'), operate: 'LIKE'},
33 {field: 'keywords', title: __('Keywords'), operate: 'LIKE'}, 33 {field: 'keywords', title: __('Keywords'), operate: 'LIKE'},
34 {field: 'category.name', title: __('Category.name'), operate: 'LIKE'}, 34 {field: 'category.name', title: __('Category.name'), operate: 'LIKE'},
35 - {field: 'activity.name', title: __('Activity.name'), operate: false},  
36 - {field: 'category_id', visible: false, title: __('Category_id')}, 35 + {field: 'activity.name', title: __('Activity.name'), operate: 'LIKE'},
  36 + // {field: 'category_id', visible: false, title: __('Category_id')},
37 {field: 'image', title: __('Image'), formatter: Table.api.formatter.image}, 37 {field: 'image', title: __('Image'), formatter: Table.api.formatter.image},
38 {field: 'images', title: __('Images'), formatter: Table.api.formatter.images}, 38 {field: 'images', title: __('Images'), formatter: Table.api.formatter.images},
39 { 39 {