正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -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 | { |
-
请 注册 或 登录 后发表评论