소스 검색

feat:修改用户信息

DESKTOP-USV654P\pc 8 달 전
부모
커밋
441819fa1b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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('邮箱'),
       field: 'email',
       component: 'Input',
-      required: true,
+      // required: true,
       colProps: { span: 24 },
     },
     {