...
|
...
|
@@ -26,7 +26,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin |
|
|
{checkbox: true},
|
|
|
{field: 'id', title: __('Id'), sortable: true},
|
|
|
// {field: 'group.name', title: __('Group')},
|
|
|
{field: 'username', title: __('Username'), operate: 'LIKE'},
|
|
|
{field: 'id_num', title: __('业主账号'), operate: 'LIKE'},
|
|
|
// {field: 'username', title: __('Username'), operate: 'LIKE'},
|
|
|
{field: 'nickname', title: __('Nickname'), operate: 'LIKE'},
|
|
|
// {field: 'email', title: __('Email'), operate: 'LIKE'},
|
|
|
{field: 'mobile', title: __('Mobile'), operate: 'LIKE'},
|
...
|
...
|
|