From 66064942ff70a20633fc4498f7db11fe694f5563 Mon Sep 17 00:00:00 2001
From: xiaofajia <1665375861@qq.com>
Date: Sat, 14 Dec 2024 16:22:19 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E6=B7=BB=E5=8A=A0=E6=90=9C?=
=?UTF-8?q?=E7=B4=A2=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/manage/deviceManage.vue | 2 +-
pages/manage/informationManage.vue | 36 +++++++++++++++++++++++++++++-
2 files changed, 36 insertions(+), 2 deletions(-)
diff --git a/pages/manage/deviceManage.vue b/pages/manage/deviceManage.vue
index 90663df..a35e1c5 100644
--- a/pages/manage/deviceManage.vue
+++ b/pages/manage/deviceManage.vue
@@ -15,7 +15,7 @@
-
+
搜索
diff --git a/pages/manage/informationManage.vue b/pages/manage/informationManage.vue
index 90738c5..5a5d5c2 100644
--- a/pages/manage/informationManage.vue
+++ b/pages/manage/informationManage.vue
@@ -12,6 +12,14 @@
+
+
+
+
+
+ 搜索
+
+
@@ -80,6 +88,7 @@ import code from '../../uni_modules/uview-ui/libs/config/props/code';
pageSize: 20,//一页多少张
totalPages: 0,//总数
deleteid:'',
+ equName: null
}
},
@@ -144,7 +153,8 @@ import code from '../../uni_modules/uview-ui/libs/config/props/code';
data: {
partnerId:this.partnerId,
pageSize:this.pageSize,
- pageNum:this.pageNum
+ pageNum:this.pageNum,
+ equName: this.equName
}
})
// this.arrlist = res.rows
@@ -421,4 +431,28 @@ import code from '../../uni_modules/uview-ui/libs/config/props/code';
.box-left{
margin-right: 10px;
}
+
+ .t-input{
+ width: 75%;
+ height: 36px;
+ background: #F0F0F0;
+ border-radius: 50px;
+ box-sizing: border-box;
+ padding: 0 15px;
+ display: flex;
+ align-items: center;
+ }
+
+ .sou{
+ width: 10%;
+ margin-left: 5px;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ }
+
+ .searchContent{
+ display: flex;
+ justify-content: center;
+ }