|
@@ -52,6 +52,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'cate_id', title: __('Cate_id'), autocomplete: false, visible: false},
|
|
|
{field: 'cate.name', title: __('Cate_id'), operate: false},
|
|
|
{field: 'title', title: __('Title'), autocomplete: false, operate: 'LIKE'},
|
|
|
+ {field: 'image', title: __('Image'), operate: false, events: Table.api.events.image, formatter: Table.api.formatter.image},
|
|
|
// {field: 'configs', title: __('Configs'), operate: 'LIKE'},
|
|
|
{field: 'quantity', title: __('Quantity'), operate: false},
|
|
|
{field: 'total_score', title: __('Total_score'), operate: false},
|