瀏覽代碼

fix:用户管理邮箱展示

liziliang 2 天之前
父節點
當前提交
9db176f349
共有 1 個文件被更改,包括 14 次插入0 次删除
  1. 14 0
      src/views/sets/users.vue

+ 14 - 0
src/views/sets/users.vue

@@ -211,6 +211,20 @@ option.value = Object.assign(option.value, {
       search: true,
       valueformat: "array", // 确保值是数组格式
     },
+    {
+      label: "邮箱",
+      prop: "email",
+      // rules: [
+      //   {
+      //     required: true,
+      //     message: "请输入账号",
+      //     trigger: "blur",
+      //   },
+      // ],
+      search: false,
+      addDisplay: false,
+      editDisabled: true,
+    },
   ],
 });