|
@@ -30,8 +30,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{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: 'weigh', title: __('Weigh'), operate: false},
|
|
|
- {field: 'status', title: __('Status'), searchList: {"1":__('Status 1'),"0":__('Status 0')}, formatter: Table.api.formatter.status},
|
|
|
{field: 'type', title: __('Type'), searchList: {"1":__('Type 1'),"2":__('Type 2')}, formatter: Table.api.formatter.normal},
|
|
|
+ {field: 'biglogo', title: __('Biglogo'), searchList: {"1":__('Biglogo 1'),"0":__('Biglogo 0')}, formatter: Table.api.formatter.normal},
|
|
|
{field: 'operate', title: __('Operate'), table: table, events: Table.api.events.operate, formatter: Table.api.formatter.operate}
|
|
|
]
|
|
|
]
|