|
@@ -28,7 +28,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'id', title: __('Id')},
|
|
|
{field: 'title', title: __('Title'), operate: 'LIKE'},
|
|
|
{field: 'image', title: __('Image'), operate: false, events: Table.api.events.image, formatter: Table.api.formatter.image},
|
|
|
- {field: 'url', title: __('Url'), operate: 'LIKE', formatter: Table.api.formatter.url},
|
|
|
+ // {field: 'url', title: __('Url'), operate: 'LIKE', formatter: Table.api.formatter.url},
|
|
|
{field: 'weigh', title: __('Weigh'), operate: false},
|
|
|
{field: 'status', title: __('Status'), searchList: {"0":__('Status 0'),"1":__('Status 1')}, formatter: Table.api.formatter.status,
|
|
|
custom: {0: 'success', 1: 'danger'}
|