正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
@@ -39,9 +39,11 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin | @@ -39,9 +39,11 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin | ||
39 | {field: 'vip.title', title: __('Vip.title'),operate:false}, | 39 | {field: 'vip.title', title: __('Vip.title'),operate:false}, |
40 | {field: 'type', title: __('Type'), searchList: {"1":__('Type 1'),"0":__('Type 0'),"2":__('Type 2')}, formatter: Table.api.formatter.normal}, | 40 | {field: 'type', title: __('Type'), searchList: {"1":__('Type 1'),"0":__('Type 0'),"2":__('Type 2')}, formatter: Table.api.formatter.normal}, |
41 | // {field: 'xi_id', title: __('Xi_id')}, | 41 | // {field: 'xi_id', title: __('Xi_id')}, |
42 | + {field: 'user_xi.nickname', title: __('user_xi.nickname'),operate:'LIKE'}, | ||
42 | {field: 'xi_type', title: __('Xi_type'), searchList: {"1":__('Xi_type 1'),"0":__('Xi_type 0'),"2":__('Xi_type 2')}, formatter: Table.api.formatter.normal}, | 43 | {field: 'xi_type', title: __('Xi_type'), searchList: {"1":__('Xi_type 1'),"0":__('Xi_type 0'),"2":__('Xi_type 2')}, formatter: Table.api.formatter.normal}, |
43 | // {field: 'xi_images', title: __('Xi_images'), events: Table.api.events.image, formatter: Table.api.formatter.images}, | 44 | // {field: 'xi_images', title: __('Xi_images'), events: Table.api.events.image, formatter: Table.api.formatter.images}, |
44 | // {field: 'zhao_id', title: __('Zhao_id')}, | 45 | // {field: 'zhao_id', title: __('Zhao_id')}, |
46 | + {field: 'user_zhao.nickname', title: __('user_zhao.nickname'),operate:'LIKE'}, | ||
45 | {field: 'zhao_type', title: __('Zhao_type'), searchList: {"1":__('Zhao_type 1'),"0":__('Zhao_type 0'),"2":__('Zhao_type 2')}, formatter: Table.api.formatter.normal}, | 47 | {field: 'zhao_type', title: __('Zhao_type'), searchList: {"1":__('Zhao_type 1'),"0":__('Zhao_type 0'),"2":__('Zhao_type 2')}, formatter: Table.api.formatter.normal}, |
46 | // {field: 'zhao_images', title: __('Zhao_images'), events: Table.api.events.image, formatter: Table.api.formatter.images}, | 48 | // {field: 'zhao_images', title: __('Zhao_images'), events: Table.api.events.image, formatter: Table.api.formatter.images}, |
47 | {field: 'car_address', title: __('Car_address'),operate:'LIKE'}, | 49 | {field: 'car_address', title: __('Car_address'),operate:'LIKE'}, |
-
请 注册 或 登录 后发表评论