朱桂飞
2023-04-03 458962a2e4a4f6af0caa5fcb3867f2e42125fd40
pages/tabBar/monitor.vue
@@ -1,8 +1,5 @@
<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>
@@ -59,22 +56,12 @@
          
         </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>