|
@@ -21,6 +21,7 @@ const { t } = useI18n()
|
|
|
const form = inject('form')
|
|
|
const getRole = inject('getRole')
|
|
|
const formFields = ref([
|
|
|
+ { label: t('pages.user.openid'), model: 'openid', options: { readonly: true } },
|
|
|
{ label: t('pages.user.account'), model: 'account', options: { readonly: true } },
|
|
|
{ label: t('pages.user.nick_name'), model: 'nick_name', options: { readonly: true } },
|
|
|
{ label: t('pages.user.industry'), model: 'industry', type: 'select' },
|