Browse Source

用户维护页面增加邮箱授权码字段

liyuan 1 month ago
parent
commit
caffc4a445
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/views/system/user.vue

+ 6 - 0
src/views/system/user.vue

@@ -424,6 +424,12 @@ export default {
                 hide: true,
                 overHidden: true
               },
+                {
+                    label: "邮箱授权码",
+                    prop: "emailAuthorization",
+                    hide: true,
+                    overHidden: true
+                },
               {
                 label: "用户性别",
                 prop: "sex",