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; + }