系统管理-教学考试数据管理
This commit is contained in:
parent
6187b449c1
commit
52af1d994b
@ -39,6 +39,14 @@ export default {
|
|||||||
config: {
|
config: {
|
||||||
data: this.$ConstSelect.examResultList
|
data: this.$ConstSelect.examResultList
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
userMobile: {
|
||||||
|
type: 'text',
|
||||||
|
label: '手机号'
|
||||||
|
},
|
||||||
|
userId: {
|
||||||
|
type: 'text',
|
||||||
|
label: '用户Id'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -35,6 +35,14 @@ export default {
|
|||||||
userName: {
|
userName: {
|
||||||
type: 'text',
|
type: 'text',
|
||||||
label: this.$t('system.userName')
|
label: this.$t('system.userName')
|
||||||
|
},
|
||||||
|
userMobile: {
|
||||||
|
type: 'text',
|
||||||
|
label: '手机号'
|
||||||
|
},
|
||||||
|
userId: {
|
||||||
|
type: 'text',
|
||||||
|
label: '用户Id'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user