Browse Source

feat:修改用户信息

DESKTOP-USV654P\pc 8 months ago
parent
commit
441819fa1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/system/user/components/UserModal.vue

+ 1 - 1
src/views/system/user/components/UserModal.vue

@@ -103,7 +103,7 @@
       label: t('邮箱'),
       label: t('邮箱'),
       field: 'email',
       field: 'email',
       component: 'Input',
       component: 'Input',
-      required: true,
+      // required: true,
       colProps: { span: 24 },
       colProps: { span: 24 },
     },
     },
     {
     {