| | |
| | | <view class="action text-blue" bindtap="hideModal">取消</view> |
| | | </view> |
| | | <view wx:if="{{markerTipInfo.markerType!='gongdan'}}"> |
| | | <view wx:if="{{markerTipInfo.markerInfo.Records.length>0}}"> |
| | | <view data-id="{{Records.ID}}" data-name="{{Records.SignalList[0].Name}}" data-unit="{{Records.SignalList[0].UnitValue}}" bindtap="gotoSinglePointPage" class="record_tr" |
| | | wx:for="{{markerTipInfo.markerInfo.Records}}" wx:key="index" wx:for-item="Records"> |
| | | <view class="name">{{Records.SignalList[0].Name?Records.SignalList[0].Name:''}}</view> |
| | | <view class="value">{{Records.SignalList[0].DataValue}}</view> |
| | | <view class="unit">{{Records.SignalList[0].UnitValue?Records.SignalList[0].UnitValue:''}}</view> |
| | | <view wx:if="{{markerTipInfo.markerInfo.Records.LastRecordList.length>0}}"> |
| | | <view data-id="{{Records.SignalID}}" data-name="{{Records.Name}}" data-unit="{{Records.UnitName}}" bindtap="gotoSinglePointPage" class="record_tr" |
| | | wx:for="{{markerTipInfo.markerInfo.Records.LastRecordList}}" wx:key="index" wx:for-item="Records"> |
| | | <view class="name">{{Records.Name?Records.Name:''}}</view> |
| | | <view class="value">{{Records.DataValue}}</view> |
| | | <view class="unit">{{Records.UnitName?Records.UnitName:''}}</view> |
| | | </view> |
| | | </view> |
| | | <view wx:else="{{markerTipInfo.markerInfo.Records.length==0}}" class="zanWuShuju"> |
| | | <view wx:else="{{markerTipInfo.markerInfo.Records.LastRecordList.length==0}}" class="zanWuShuju"> |
| | | 暂无监控数据 |
| | | </view> |
| | | <view wx:if="{{link_box}}" class="block_list_url"> |