|
@@ -126,8 +126,9 @@ onMounted(async () => {
|
|
|
})
|
|
|
const fields = [
|
|
|
{ label: t('pages.user.account'), model: 'account', filter: true },
|
|
|
- { label: t('pages.user.nick_name'), model: 'nick_name' },
|
|
|
- { label: t('pages.user.phone'), model: 'phone' },
|
|
|
+ { label: t('pages.user.nick_name'), model: 'nick_name', filter: true },
|
|
|
+ { label: t('pages.user.email'), model: 'email' },
|
|
|
+ { label: t('pages.user.phone'), model: 'phone', filter: true },
|
|
|
{ label: t('pages.user.role'), model: 'role', custom: true },
|
|
|
{ label: t('pages.user.status'), model: 'status', format: (i) => getDict(i) }
|
|
|
]
|