...
|
...
|
@@ -39,11 +39,11 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin |
|
|
{field: 'vip.title', title: __('Vip.title'),operate:false},
|
|
|
{field: 'type', title: __('Type'), searchList: {"1":__('Type 1'),"0":__('Type 0'),"2":__('Type 2')}, formatter: Table.api.formatter.normal},
|
|
|
// {field: 'xi_id', title: __('Xi_id')},
|
|
|
{field: 'user_xi.nickname', title: __('user_xi.nickname'),operate:'LIKE'},
|
|
|
{field: 'xi_id.nickname', title: __('xi_id.nickname'),operate:'LIKE'},
|
|
|
{field: 'xi_type', title: __('Xi_type'), searchList: {"1":__('Xi_type 1'),"0":__('Xi_type 0'),"2":__('Xi_type 2')}, formatter: Table.api.formatter.normal},
|
|
|
// {field: 'xi_images', title: __('Xi_images'), events: Table.api.events.image, formatter: Table.api.formatter.images},
|
|
|
// {field: 'zhao_id', title: __('Zhao_id')},
|
|
|
{field: 'user_zhao.nickname', title: __('user_zhao.nickname'),operate:'LIKE'},
|
|
|
{field: 'zhao_id.nickname', title: __('zhao_id.nickname'),operate:'LIKE'},
|
|
|
{field: 'zhao_type', title: __('Zhao_type'), searchList: {"1":__('Zhao_type 1'),"0":__('Zhao_type 0'),"2":__('Zhao_type 2')}, formatter: Table.api.formatter.normal},
|
|
|
// {field: 'zhao_images', title: __('Zhao_images'), events: Table.api.events.image, formatter: Table.api.formatter.images},
|
|
|
{field: 'car_address', title: __('Car_address'),operate:'LIKE'},
|
...
|
...
|
|