zs преди 1 година
родител
ревизия
a7d59b89ec
променени са 1 файла, в които са добавени 3 реда и са изтрити 2 реда
  1. 3 2
      src/views/user/user/index.vue

+ 3 - 2
src/views/user/user/index.vue

@@ -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) }
 ]