系统管理-教学考试数据管理

This commit is contained in:
fan 2023-04-12 13:33:03 +08:00
parent 6187b449c1
commit 52af1d994b
2 changed files with 16 additions and 0 deletions

View File

@ -39,6 +39,14 @@ export default {
config: {
data: this.$ConstSelect.examResultList
}
},
userMobile: {
type: 'text',
label: '手机号'
},
userId: {
type: 'text',
label: '用户Id'
}
}

View File

@ -35,6 +35,14 @@ export default {
userName: {
type: 'text',
label: this.$t('system.userName')
},
userMobile: {
type: 'text',
label: '手机号'
},
userId: {
type: 'text',
label: '用户Id'
}
}