|
@@ -52,7 +52,7 @@ const headers = [
|
|
|
{ title: t('enterprise.userManagement.affiliatedEnterprise'), key: 'enterpriseName' },
|
|
|
{ title: t('enterprise.userManagement.phone'), key: 'phone' },
|
|
|
{ title: t('enterprise.userManagement.email'), key: 'email' },
|
|
|
- { title: t('enterprise.userManagement.accountType'), key: 'userType', value: item => item.userType === '1' ? '管理员' : '普通用户'},
|
|
|
+ { title: t('enterprise.userManagement.accountType'), key: 'userType', value: item => item.userType === '1' ? t('enterprise.userManagement.administrators') : t('enterprise.userManagement.regularUser')},
|
|
|
{ title: t('enterprise.userManagement.lastLoginTime'), key: 'loginDate', value: item => timesTampChange(item.loginDate) },
|
|
|
{ title: t('common.actions'), key: 'actions' }
|
|
|
]
|