| | |
| | | <template>
|
| | | <view class="container">
|
| | | <!-- <view class="text-xxl" style="position: fixed; left: 40rpx;top: 100rpx;color: black;z-index: 99;">
|
| | | <text @click="goBack" class="cuIcon-back" ></text>
|
| | | </view> -->
|
| | |
|
| | | <cu-custom bgColor="bg-gradual-blue" :isBack="false">
|
| | | <block slot="content">机台监控</block>
|
| | |
| | | |
| | | </view>
|
| | |
|
| | | <!-- <view class="margin-tb-sm" style="position: relative;">
|
| | | <text class="text-gray text-df margin-right-xs">重量:</text>
|
| | | <text class="text-cyan text-bold text-xxl margin-right-xs">100kg</text>
|
| | | <text class="text-gray text-df margin-right-xs">时间:</text>
|
| | | <text class="text-cyan text-bold text-xxl margin-right-xs">0min </text>
|
| | | |
| | | </view>
|
| | | -->
|
| | |
|
| | |
|
| | | <view class="margin-tb-sm" style="position: relative;">
|
| | | <text class="text-gray text-df margin-right-xs">含水率:</text>
|
| | | <text class="text-cyan text-bold text-xxl margin-right-xs">{{ $lget(this.model, 'trendVo.moisture') }}%
|
| | | <text class="text-cyan text-bold text-xl margin-right-xs">{{ $lget(this.model, 'trendVo.moisture') }}%
|
| | | </text>
|
| | | <text class="text-gray text-df margin-right-xs">热风:</text>
|
| | | <text class="text-cyan text-bold text-xxl margin-right-xs">{{$lget(this.model, 'trendVo.bellowsTemp') }} ℃
|
| | | <text class="text-cyan text-bold text-xl margin-right-xs">{{$lget(this.model, 'trendVo.bellowsTemp') }} ℃
|
| | | </text>
|
| | |
|
| | |
|