| | |
| | |
|
| | | <cu-custom bgColor="bg-gradual-blue" :isBack="true">
|
| | | <block slot="content">{{option.name}}</block>
|
| | | </cu-custom>
|
| | | </cu-custom> |
| | | |
| | | <view class="fault-box"> |
| | | |
| | | <image style="width: 100%;border-radius: 20rpx; " src="../../../packageA/static/image/ganzaoji-x.png" |
| | | mode="aspectFit"> |
| | | </image> |
| | | |
| | | |
| | | <view class="fault-inner"> |
| | | <view class="fault-info" v-for="(item,index) in realFaults" :style="{ |
| | | position: 'absolute', |
| | | top: item.position.top + 'rpx', |
| | | left: item.position.left + 'rpx', |
| | | fontSize: '24rpx' |
| | | }"> |
| | | <view :class="['fault-animal', item.type === 1 ? 'fault-marker' : 'warn-marker']"></view> |
| | | <view :class="['fault-tag', item.type === 1 ? 'fault-text' : 'warn-text']">{{item.name}}</view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | |
| | | <view class="uni-padding-wrap">
|
| | | <!-- <view class="page-section swiper">
|
| | | <view class="page-section-spacing">
|
| | |
| | | </view>
|
| | | </view> -->
|
| | |
|
| | | <view class="fault-box">
|
| | |
|
| | | <image style="width: 100%;border-radius: 20rpx; " src="../../../packageA/static/image/ganzaoji-x.png"
|
| | | mode="aspectFit">
|
| | | </image>
|
| | |
|
| | |
|
| | | <view class="fault-inner">
|
| | | <view class="fault-info" v-for="(item,index) in realFaults" :style="{
|
| | | position: 'absolute',
|
| | | top: item.position.top + 'rpx',
|
| | | left: item.position.left + 'rpx',
|
| | | fontSize: '24rpx'
|
| | | }">
|
| | | <view :class="['fault-animal', item.type === 1 ? 'fault-marker' : 'warn-marker']"></view>
|
| | | <view :class="['fault-tag', item.type === 1 ? 'fault-text' : 'warn-text']">{{item.name}}</view>
|
| | | </view>
|
| | | </view>
|
| | | </view>
|
| | |
|
| | | </view>
|
| | |
|
| | |
| | | </view>
|
| | | <view class="h-tr h-tr-2">
|
| | | <view class="h-td">{{model.wind ? '开' : '关'}}</view>
|
| | | <view class="h-td">{{$lget(model,'temp2')}}%</view>
|
| | | <view class="h-td">{{$lget(model,'temp2')}}℃</view>
|
| | | <view class="h-td">{{$lget(model,'watt')}}kW·h</view>
|
| | | <view class="h-td">{{$lget(model,'steam')}}m³</view>
|
| | | </view>
|
| | |
| | | tenantid: null
|
| | | },
|
| | | bannerList: [{
|
| | | imageUrl: '../../static/image/zcy_gzj1.png'
|
| | | imageUrl: '../../static/image/ganzaoji-x.png'
|
| | | }],
|
| | | timer: null,
|
| | | realFaults: [],
|
| | |
| | | };
|
| | |
|
| | | }
|
| | | console.error(this.model)
|
| | |
|
| | |
|
| | | },
|
| | | handleEquStatusUpdate(wdata) {
|
| | |
| | | .fault-box {
|
| | | width: 100%;
|
| | | height: 460rpx;
|
| | | position: relative;
|
| | | position: relative; |
| | | overflow: hidden; |
| | | |
| | |
|
| | |
|
| | | .fault-inner {
|