| | |
| | | </view> |
| | | |
| | | <view class="center-wrapper"> |
| | | <!-- <view class="center-view" bind:tap="recharge"> |
| | | <image src="/images/wallet.svg" /> |
| | | <text>充值</text> |
| | | </view> --> |
| | | <view class="center-view" bind:tap="monitor"> |
| | | <view class="center-grid"> |
| | | <view class="grid-item" bind:tap="monitor"> |
| | | <view class="item-icon"> |
| | | <image src="/images/monitor.svg" /> |
| | | <text>综合站监测</text> |
| | | </view> |
| | | <view class="center-view" bind:tap="openValve"> |
| | | <text class="item-text">综合站监测</text> |
| | | </view> |
| | | |
| | | <view class="grid-item" bind:tap="openValve"> |
| | | <view class="item-icon"> |
| | | <image src="/images/valva.svg" /> |
| | | <text>开阀</text> |
| | | </view> |
| | | <view class="center-view" bind:tap="openValveList"> |
| | | <text class="item-text">开阀</text> |
| | | </view> |
| | | |
| | | <view class="grid-item" bind:tap="openValveList"> |
| | | <view class="item-icon"> |
| | | <image src="/images/record.svg" /> |
| | | <text>开关阀记录</text> |
| | | </view> |
| | | <view class="center-view" bind:tap="irrigation"> |
| | | <text class="item-text">开关阀记录</text> |
| | | </view> |
| | | |
| | | <view class="grid-item" bind:tap="irrigation"> |
| | | <view class="item-icon"> |
| | | <image src="/images/irrigation.svg" /> |
| | | <text>轮灌</text> |
| | | </view> |
| | | <text class="item-text">轮灌</text> |
| | | </view> |
| | | |
| | | <view class="grid-item" bind:tap="modeCompute"> |
| | | <view class="item-icon"> |
| | | <image src="/images/mode.svg" /> |
| | | </view> |
| | | <text class="item-text">模型计算</text> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | |