This commit is contained in:
qsh
2024-11-20 15:11:16 +08:00
parent 72341a96a5
commit b09ba1547c
4 changed files with 37 additions and 12 deletions

View File

@@ -59,6 +59,11 @@ const schema = reactive<FormSchema[]>([
label: t('profile.user.email'),
component: 'Input'
},
{
field: 'wxAlias',
label: '微信号',
component: 'Input'
},
{
field: 'sex',
label: t('profile.user.sex'),