|
@@ -28,7 +28,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'id', title: __('Id')},
|
|
|
{field: 'gh_id', title: __('Gh_id')},
|
|
|
{field: 'username', title: __('Username'), operate: 'LIKE'},
|
|
|
- {field: 'truename', title: __('Truename'), operate: 'LIKE'},
|
|
|
+
|
|
|
{field: 'nickname', title: __('Nickname'), operate: 'LIKE'},
|
|
|
|
|
|
|
|
@@ -44,7 +44,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
|
|
|
|
|
|
|
|
|
- {field: 'alipay_account', title: __('Alipay_account'), operate: 'LIKE'},
|
|
|
+
|
|
|
{field: 'idcard_status', title: __('Idcard_status'), searchList: {"-1":__('Idcard_status -1'),"0":__('Idcard_status 0'),"1":__('Idcard_status 1'),"2":__('Idcard_status 2')}, formatter: Table.api.formatter.status},
|
|
|
|
|
|
|