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