11
This commit is contained in:
@@ -41,24 +41,36 @@ define(['table','form','yntree'], function (Table,Form,YnTree1) {
|
||||
filter: "string",
|
||||
},
|
||||
{
|
||||
field: 'max_send_msg_count',
|
||||
title: '最大消息数量',
|
||||
field: 'max_friend_count',
|
||||
title: '最大好友',
|
||||
filter: "number",
|
||||
formatter:function(v,row){
|
||||
return row.right.max_friend_count;
|
||||
},
|
||||
visible:false
|
||||
},
|
||||
{
|
||||
field: 'max_friend_count',
|
||||
title: '最大好友数量',
|
||||
filter: "number",
|
||||
field: 'max_group_user_count',
|
||||
title: '群容量',
|
||||
formatter:function(v,row){
|
||||
return row.right.max_group_user_count;
|
||||
}
|
||||
},
|
||||
{
|
||||
field: 'max_group_join_count',
|
||||
title: '群组加入限制',
|
||||
title: '加入群组',
|
||||
filter: "number",
|
||||
formatter:function(v,row){
|
||||
return row.right.max_group_join_count;
|
||||
}
|
||||
},
|
||||
{
|
||||
field: 'max_gourp_create_count',
|
||||
title: '群组创建限制',
|
||||
field: 'max_group_create_count',
|
||||
title: '创建群组',
|
||||
filter: "number",
|
||||
formatter:function(v,row){
|
||||
return row.right.max_group_create_count;
|
||||
}
|
||||
},
|
||||
{
|
||||
title: "创建时间",
|
||||
|
||||
Reference in New Issue
Block a user