From 8179ee8196d5af5f5742c0bbb8f77a587976b409 Mon Sep 17 00:00:00 2001 From: AprilWind <2100166581@qq.com> Date: Thu, 29 May 2025 09:56:22 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E7=AE=A1=E7=90=86=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/api/system/user/types.ts | 1 + src/views/system/user/index.vue | 3 +++ 2 files changed, 4 insertions(+) diff --git a/src/api/system/user/types.ts b/src/api/system/user/types.ts index cb7fc412..304e3bcd 100644 --- a/src/api/system/user/types.ts +++ b/src/api/system/user/types.ts @@ -15,6 +15,7 @@ export interface UserInfo { */ export interface UserQuery extends PageQuery { userName?: string; + nickName?: string; phonenumber?: string; status?: string; deptId?: string | number; diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 68338ee7..d12aeedd 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -27,6 +27,9 @@ + + + -- Gitee