| | |
| | | </cu-custom> |
| | | <view class="container"> |
| | | |
| | | <uni-search-bar @confirm="search" :focus="true" v-model="searchValue" placeholder="请通过名称检索" |
| | | <uni-search-bar @confirm="search" :focus="true" v-model="searchValue" placeholder="请通过设备名称检索" |
| | | @input="input" @cancel="cancel()" cancelButton="always"> |
| | | </uni-search-bar> |
| | | <mescroll-uni ref="mescrollRef" @init="mescrollInit" :top="top" @down="downCallback" @up="upCallback"> |
| | |
| | | </view> |
| | | </view> |
| | | <view class="flex"> |
| | | <view class="flex-sub text-light bg-white padding-xs margin-xs radius">维修状态::</view> |
| | | <view class="flex-sub text-light bg-white padding-xs margin-xs radius">维修状态:</view> |
| | | <view class="flex-sub bg-white padding-xs margin-xs text-orange radius text-right"> |
| | | {{item.assetStatus_dictText}} |
| | | </view> |
| | |
| | | }, |
| | | computed: { |
| | | top() { |
| | | return this.CustomBar * 2 + 160 |
| | | return this.CustomBar * 2 + 100 |
| | | }, |
| | | style() { |
| | | var StatusBar = this.StatusBar; |
| | |
| | | } |
| | | |
| | | .popupView { |
| | | margin-top: 85px; |
| | | margin-top: 45px; |
| | | height: auto; |
| | | } |
| | | </style> |