This commit is contained in:
commie
2026-02-24 21:02:17 +08:00
parent 6586f27c9e
commit c9c8a120ab
12 changed files with 345 additions and 103 deletions
+20 -8
View File
@@ -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: "创建时间",