From f7fabed4ed0f619cef75fccb373c95c6b7d475a3 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 29 May 2024 15:51:43 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E9=82=AE=E7=AE=B1=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/list/index.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/views/system/user/list/index.vue b/src/views/system/user/list/index.vue index 3b820ab..f88bf85 100644 --- a/src/views/system/user/list/index.vue +++ b/src/views/system/user/list/index.vue @@ -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"),