This commit is contained in:
2026-03-25 02:48:30 +08:00
parent 8704434c36
commit 66bcd8061a
23 changed files with 1204 additions and 208 deletions
+9 -1
View File
@@ -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",