用户管理新增邮箱查询条件
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 {
|
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"),
|
||||||
|
|
Loading…
Reference in New Issue