|
@@ -64,6 +64,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
// {field: 'is_active', title: __('Is_active'), searchList: {"1":__('Is_active 1'),"0":__('Is_active 0')}, formatter: Table.api.formatter.normal},
|
|
|
{field: 'attribute', title: __('Attribute'), operate: 'LIKE'},
|
|
|
{field: 'shoesize', title: __('Shoesize'), operate: 'LIKE'},
|
|
|
+ {field: 'plat_unique_id', title: __('plat_unique_id'),sortable:true, operate: 'LIKE'},
|
|
|
{field: 'is_tuijian', title: __('Is_tuijian'), searchList: {"1":__('Is_tuijian 1'),"0":__('Is_tuijian 0')}, formatter: Table.api.formatter.normal},
|
|
|
{field: 'operate', title: __('Operate'), table: table, events: Table.api.events.operate, formatter: Table.api.formatter.operate}
|
|
|
]
|