|
@@ -36,6 +36,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'user_id', title: __('User_id')},
|
|
|
{field: 'user.nickname', title: __('User.nickname'), operate: 'LIKE'},
|
|
|
{field: 'user.mobile', title: __('User.mobile'), operate: 'LIKE'},
|
|
|
+ {field: 'collectionplace', title: __('集合地点'), operate: 'LIKE'},
|
|
|
{field: 'name', title: __('Name'), operate: 'LIKE'},
|
|
|
{field: 'credtype', title: __('Credtype'), operate: 'LIKE'},
|
|
|
{field: 'idcard', title: __('Idcard'), operate: 'LIKE'},
|