在表单中新增用户扩展信息的地址字段,以便更好地收集用户信息

This commit is contained in:
Phoenix 2025-05-06 14:14:15 +08:00
parent 7dd937782b
commit 85a00eccc1

View File

@ -34,7 +34,9 @@ const form=ref({
const form1=ref({
idNum:'',
realName:'',
userExtend:{}
userExtend:{
address:''
}
})
const columns=ref([
{ text: t('realAuth.male'), value: 1 },