|
@@ -25,9 +25,9 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
columns: [
|
|
|
[
|
|
|
{checkbox: true},
|
|
|
- {field: 'id', title: __('Id')},
|
|
|
+ {field: 'id', title: __('Id'),sortable:true},
|
|
|
// {field: 'intro_uid', title: __('Intro_uid')},
|
|
|
- {field: 'username', title: __('Username'), operate: 'LIKE'},
|
|
|
+ {field: 'username', title: __('Username'), operate: 'LIKE',sortable:true},
|
|
|
{field: 'nickname', title: __('Nickname'), operate: 'LIKE'},
|
|
|
{field: 'introcode', title: __('Introcode'), operate: 'LIKE'},
|
|
|
// {field: 'password', title: __('Password'), operate: 'LIKE'},
|
|
@@ -44,8 +44,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
// {field: 'successions', title: __('Successions')},
|
|
|
// {field: 'maxsuccessions', title: __('Maxsuccessions')},
|
|
|
// {field: 'prevtime', title: __('Prevtime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
|
-// {field: 'logintime', title: __('Logintime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
|
-// {field: 'loginip', title: __('Loginip'), operate: 'LIKE'},
|
|
|
+ {field: 'logintime', title: __('Logintime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
|
+ {field: 'loginip', title: __('Loginip'), operate: 'LIKE'},
|
|
|
// {field: 'loginfailure', title: __('Loginfailure')},
|
|
|
// {field: 'joinip', title: __('Joinip'), operate: 'LIKE'},
|
|
|
// {field: 'jointime', title: __('Jointime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|