jhwxapp/miniprogram/pages/hnt-strong/index.wxml

91 lines
3.5 KiB
Plaintext
Raw Normal View History

2023-08-10 01:21:29 +08:00
<!--pages/Standard-maintenance-room-monitoring/index.wxml-->
<!-- 标养室监测 -->
<!-- <view class="header_title">
<view class="header_title_row">
<van-row>
<van-col span="3">
<view class="header_img" bindtap="showPopup"><image src="/images/core.png"></image></view>
</van-col>
<van-col span="4">
<view class="header_img" bindtap="goGCLB">
<image src="/images/left.png"></image>
<text class="header_fh">返回</text>
</view>
</van-col>
<van-col span="10">
<view class="header_name">混凝土强度监测</view>
</van-col>
</van-row>
</view>
</view>
<van-popup show="{{ show }}" position="left" custom-style="width: 70%;height:100%;background:#191d28" bind:close="onClose" >
<view class="left_max">
<van-row class="demo clearfix">
<van-col span="10">
<view class="left_head"><image src="http://fileimg.makalu.cc/szgl/9015e824c5004e629049c4f72967cfdc.png"></image></view>
</van-col>
<van-col span="14">
<view class="left_info">
<view class="left_info_name">{{userName}}</view>
<view class="left_info_name">{{loginName}}</view>
</view>
</van-col>
</van-row>
</view>
</van-popup> -->
<view class="jiance" style="padding-top: 30rpx;">
<!-- nav头部分 -->
<view class="nav-jiance" style="margin-bottom: 60rpx;">
<voucher-select background="#2b345b" columns="{{jianceList}}" placeholder="" bindchange="getData1"></voucher-select>
</view>
<!-- 监测内容 -->
<view class="jiance-content">
<!-- 头部 -->
<view class="header-cailiao">
<!-- 头部左边 -->
<view class="eharts_title">
温度趋势
</view>
<!-- 头部右边 -->
<!-- <view class="header-cailiao-right">
<view class="{{indexNum==0?'header-cailiao-right-left active':'header-cailiao-right-left'}}" data-set="{{0}}" bindtap="onClick">
近七天
</view>
<view class="{{indexNum==1?'header-cailiao-right-right active':'header-cailiao-right-right'}}" data-set="{{1}}" bindtap="onClick">
近30天
</view>
</view> -->
<text class="hj_float" bindtap="onClick" style="margin-left: 256rpx;">{{value}} </text>
<van-action-sheet show="{{ show1 }}" actions="{{ actions }}" bind:close="onClose" bind:select="onSelect" />
</view>
<!-- 数据图展示 -->
<view class="jiance-echarts">
<curve-echarts-copy chart-id="chartData" chart-data="{{biaoyangList}}" title="单位:℃"></curve-echarts-copy>
</view>
</view>
<!-- 监测内容 -->
<view class="jiance-content">
<!-- 头部 -->
<view class="header-cailiao">
<!-- 头部左边 -->
<view class="eharts_title">
成熟度趋势
</view>
<!-- 头部右边 -->
<!-- <view class="header-cailiao-right">
<view class="{{indexNum2==0?'header-cailiao-right-left active':'header-cailiao-right-left'}}" data-set="{{0}}" bindtap="onClick1">
近七天
</view>
<view class="{{indexNum2==1?'header-cailiao-right-right active':'header-cailiao-right-right'}}" data-set="{{1}}" bindtap="onClick1">
近30天
</view>
</view> -->
<text class="hj_float" bindtap="onClick1" style="margin-left: 256rpx;">{{value1}} </text>
<van-action-sheet show="{{ show2 }}" actions="{{ actions1 }}" bind:close="onClose" bind:select="onSelect1" />
</view>
<!-- 数据图展示 -->
<view class="jiance-echarts">
<curve-echarts-copy chart-id="chartData" chart-data="{{biaoyangList2}}" title="单位:%RH"></curve-echarts-copy>
</view>
</view>
</view>