19
This commit is contained in:
@@ -32,7 +32,8 @@ define(['table', 'upload','form','qrcode'], function (Table,Upload,Form) {
|
||||
{
|
||||
field: 'userID',
|
||||
title: 'userID',
|
||||
filter: "string"
|
||||
filter: "string",
|
||||
sortable: true // 是否排序
|
||||
},
|
||||
{
|
||||
title: "上级",
|
||||
@@ -63,6 +64,13 @@ define(['table', 'upload','form','qrcode'], function (Table,Upload,Form) {
|
||||
},
|
||||
visible: false
|
||||
},
|
||||
{
|
||||
field: 'invite_code',
|
||||
title: '邀请码',
|
||||
filter: "string",
|
||||
sortable: true, // 是否排序
|
||||
visible: false
|
||||
},
|
||||
// {
|
||||
// title: "等级",
|
||||
// field: "level",
|
||||
|
||||
Reference in New Issue
Block a user