From d7aef75555e62d911104916932953fd7815c9b5f Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Thu, 10 Aug 2023 15:19:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A1=A3=E6=A1=88=E5=88=97?= =?UTF-8?q?=E8=A1=A8bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/user_informationg/index.vue | 52 ++++++++++++++++++++++----- 1 file changed, 43 insertions(+), 9 deletions(-) diff --git a/src/views/user_informationg/index.vue b/src/views/user_informationg/index.vue index 2a4c69a..ac4329a 100644 --- a/src/views/user_informationg/index.vue +++ b/src/views/user_informationg/index.vue @@ -5,11 +5,45 @@ + + + + + + + + + + + 查询 @@ -24,16 +58,13 @@ {{ row.extend?.company_name }} - + @@ -118,6 +149,9 @@ const showEdit = ref(false); // 查询条件 const queryParams = reactive({ name: "", + company_name: "", + nickname: "", + brigade: "", }); // 选中数据