|
@@ -29,7 +29,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
// {field: 'intro_uid', title: __('Intro_uid')},
|
|
|
{field: 'username', title: __('Username'), operate: 'LIKE',sortable:true},
|
|
|
{field: 'nickname', title: __('Nickname'), operate: 'LIKE'},
|
|
|
- {field: 'introcode', title: __('Introcode'), operate: 'LIKE'},
|
|
|
+// {field: 'introcode', title: __('Introcode'), operate: 'LIKE'},
|
|
|
// {field: 'password', title: __('Password'), operate: 'LIKE'},
|
|
|
// {field: 'salt', title: __('Salt'), operate: 'LIKE'},
|
|
|
{field: 'mobile', title: __('Mobile'), operate: 'LIKE'},
|