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: "", }); // 选中数据