用户管理新增邮箱查询条件
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2024-05-29 15:51:43 +08:00
parent cabc2f33b2
commit f7fabed4ed
1 changed files with 8 additions and 0 deletions

View File

@ -68,6 +68,7 @@ const searchDataDefault = () => {
return { return {
UserName: null, UserName: null,
Phone: null, Phone: null,
EMail:null,
OrganizationName: null, OrganizationName: null,
UserState: null, UserState: null,
UserType: null, UserType: null,
@ -212,6 +213,13 @@ export default {
width: "120px", width: "120px",
placeholder: "", placeholder: "",
}, },
{
type: "Input",
label: this.$t("system:userlist:label:EMail"),
prop: "EMail",
width: "120px",
placeholder: "",
},
{ {
type: "Input", type: "Input",
label: this.$t("system:userlist:label:Organization"), label: this.$t("system:userlist:label:Organization"),