This commit is contained in:
yziiy
2025-11-26 10:10:22 +08:00
parent 7d00311721
commit ca26009e5b
3 changed files with 12 additions and 4 deletions

View File

@@ -21,7 +21,8 @@ const basicLable = ref([
{ label: '标签', prop: 'tag' },
{ label: '生日', prop: 'birthday' },
{ label: '注册时间', prop: 'createtime' },
{ label: '用户来源', prop: 'system' }
{ label: '用户来源', prop: 'system' },
{ label: '师傅(关系)', prop: 'teacher_nickname' }
])
const statisticsLable = ref([
{ label: '充值金额', prop: 'user_recharge_all_money' },