发布v2.6.8版本
This commit is contained in:
@@ -24,6 +24,11 @@ $(document).ready(function(){
|
||||
text:'在线状态',dataIndex:'online',type:'checkbox',sortable:true
|
||||
},{
|
||||
text:'最后在线',dataIndex:'moddt',sortable:true
|
||||
},{
|
||||
text:'极光',dataIndex:'regid',renderer:function(v){
|
||||
var str=' ';if(v)str='<font color=green>已注册</font>';
|
||||
return str;
|
||||
}
|
||||
},{
|
||||
text:'ID',dataIndex:'id',sortable:true
|
||||
}],
|
||||
|
||||
Reference in New Issue
Block a user