用户管理新增邮箱查询条件
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
cabc2f33b2
commit
f7fabed4ed
|
@ -68,6 +68,7 @@ const searchDataDefault = () => {
|
|||
return {
|
||||
UserName: null,
|
||||
Phone: null,
|
||||
EMail:null,
|
||||
OrganizationName: null,
|
||||
UserState: null,
|
||||
UserType: null,
|
||||
|
@ -212,6 +213,13 @@ export default {
|
|||
width: "120px",
|
||||
placeholder: "",
|
||||
},
|
||||
{
|
||||
type: "Input",
|
||||
label: this.$t("system:userlist:label:EMail"),
|
||||
prop: "EMail",
|
||||
width: "120px",
|
||||
placeholder: "",
|
||||
},
|
||||
{
|
||||
type: "Input",
|
||||
label: this.$t("system:userlist:label:Organization"),
|
||||
|
|
Loading…
Reference in New Issue