|
@@ -33,6 +33,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
|
|
|
{field: 'pid', title: __('Pid')},
|
|
|
{field: 'tid', title: __('Tid')},
|
|
|
+ {field: 'image', title: __('Image'), operate: false, events: Table.api.events.image, formatter: Table.api.formatter.image},
|
|
|
{field: 'ismenu', title: __('Ismenu'), searchList: {"1":__('Ismenu 1'),"0":__('Ismenu 0')}, formatter: Table.api.formatter.normal},
|
|
|
|
|
|
{field: 'name', title: __('Name'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},
|