diff --git a/pages/center/Piabodata/Customerportrait/Receivedetailabout.vue b/pages/center/Piabodata/Customerportrait/Receivedetailabout.vue index 85cd937..a50ff10 100644 --- a/pages/center/Piabodata/Customerportrait/Receivedetailabout.vue +++ b/pages/center/Piabodata/Customerportrait/Receivedetailabout.vue @@ -1706,7 +1706,7 @@ } .followingpop-up{ width: 100%; - height: 700rpx; + height: 75vh; background: #FFFFFF; position: fixed; background: #FFFFFF; @@ -1715,7 +1715,7 @@ z-index: 1000; display:flex; flex-direction:column; - position: relative; + // position: relative; .calibration{ width: 90rpx; height: 90rpx; @@ -1766,7 +1766,7 @@ .jianbox-cen{ width: 100%; height: 78rpx; - border-bottom: 1px solid #E0E0E0; + // border-bottom: 1px solid #E0E0E0; display: flex; .jianboxtext{ flex: 1; diff --git a/pages/center/records/index.vue b/pages/center/records/index.vue index fd40080..a8b9ce8 100644 --- a/pages/center/records/index.vue +++ b/pages/center/records/index.vue @@ -47,7 +47,8 @@ - 违禁接待 | + 违禁接待 + | 未标记 diff --git a/pages/center/records/recordSearch.vue b/pages/center/records/recordSearch.vue index 1c98f4f..bbb3e84 100644 --- a/pages/center/records/recordSearch.vue +++ b/pages/center/records/recordSearch.vue @@ -15,7 +15,8 @@ - 违禁接待 | + 违禁接待 + | 未标记 diff --git a/pages/index/index.vue b/pages/index/index.vue index 30cf28d..bb9db1c 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -60,20 +60,20 @@ 设备 - - + + {{equipmentobj.totalNum || 0}} 设备总数 - + {{equipmentobj.onlineNum || 0}} 在线 - + {{equipmentobj.activeNum || 0}} 活跃 - + {{equipmentobj.lowPowerNum || 0}} 急需充电 @@ -403,11 +403,11 @@ cancel() { this.Showhiddenunits = false; }, - tapjumpequipment(){ + tapjumpequipment(i){ this.Menulist.forEach(item=>{ if(item.name=='设备管理'){ uni.navigateTo({ - url: '/pages/mine/equipment/index' + url: '/pages/mine/equipment/index?active='+i }); } }) diff --git a/pages/mine/details2.vue b/pages/mine/details2.vue index 72149a9..a2df110 100644 --- a/pages/mine/details2.vue +++ b/pages/mine/details2.vue @@ -1757,7 +1757,7 @@ } .followingpop-up{ width: 100%; - height: 700rpx; + height: 75vh; background: #FFFFFF; position: fixed; background: #FFFFFF; @@ -1766,7 +1766,7 @@ z-index: 1000; display:flex; flex-direction:column; - position: relative; + // position: absolute; .calibration{ width: 90rpx; height: 90rpx; @@ -1817,7 +1817,7 @@ .jianbox-cen{ width: 100%; height: 78rpx; - border-bottom: 1px solid #E0E0E0; + // border-bottom: 1px solid #E0E0E0; display: flex; .jianboxtext{ flex: 1; diff --git a/pages/mine/equipment/index.vue b/pages/mine/equipment/index.vue index 680ea8b..68b3354 100644 --- a/pages/mine/equipment/index.vue +++ b/pages/mine/equipment/index.vue @@ -1,22 +1,22 @@