|
@@ -29,6 +29,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
{field: 'no', title: __('No')},
|
|
{field: 'no', title: __('No')},
|
|
{field: 'name', title: __('Name'), operate: 'LIKE'},
|
|
{field: 'name', title: __('Name'), operate: 'LIKE'},
|
|
{field: 'gifttype.name', title: __('Type'), formatter: Table.api.formatter.normal},
|
|
{field: 'gifttype.name', title: __('Type'), formatter: Table.api.formatter.normal},
|
|
|
|
+ {field: 'is_big', title: __('Is_big'), searchList: {"0":__('Is_big 0'),"1":__('Is_big 1')}, formatter: Table.api.formatter.normal},
|
|
{field: 'complex', title: __('Complex'), searchList: {"1":__('Complex 1'),"0":__('Complex 0')}, formatter: Table.api.formatter.normal},
|
|
{field: 'complex', title: __('Complex'), searchList: {"1":__('Complex 1'),"0":__('Complex 0')}, formatter: Table.api.formatter.normal},
|
|
{field: 'timelimit', title: __('Timelimit'), searchList: {"1":__('Timelimit 1'),"0":__('Timelimit 0')}, formatter: Table.api.formatter.normal},
|
|
{field: 'timelimit', title: __('Timelimit'), searchList: {"1":__('Timelimit 1'),"0":__('Timelimit 0')}, formatter: Table.api.formatter.normal},
|
|
{field: 'price', title: __('Price')},
|
|
{field: 'price', title: __('Price')},
|