| | |
| | | <view bindtap="tapOpenStationBimPageInList" data-stationid="{{markerTipInfo.markerInfo.ObjectID}}" data-stationname="{{markerTipInfo.markerInfo.ObjectName}}"> |
| | | <icon class="iconfont icon-BIM"></icon> <span style="padding-left:10px;padding-right:10px;">模型</span> |
| | | </view> |
| | | <view bindtap="tapOpenReportForm" data-stationid="{{markerTipInfo.markerInfo.ObjectID}}" data-stationname="{{markerTipInfo.markerInfo.ObjectName}}"> |
| | | <view wx:if="{{false}}" bindtap="tapOpenReportForm" data-stationid="{{markerTipInfo.markerInfo.ObjectID}}" data-stationname="{{markerTipInfo.markerInfo.ObjectName}}"> |
| | | <icon class="iconfont icon-liebiao2"></icon> <span style="padding-left:10px;padding-right:10px;">报表</span> |
| | | </view> |
| | | </view> |