yangyin
2024-04-04 b10a31396df8eb87510d35c19e7e9fb34e681e69
monitor/station/index.wxml
@@ -149,33 +149,31 @@
         <view class="flexItem rowStyle  personInfo" style="margin-top:20rpx;">
            <view class="flexItem rowStyle marginLeft12" style="display: flex;flex-direction: column;">
               <text class="color54 fontSize12">报警时间: {{info.AlarmTime}}</text>
               <text class="color54 fontSize12">恢复时间: {{info.RecoveryTime}}</text>
               <!-- <text class="color54 fontSize12">恢复时间: {{info.RecoveryTime}}</text> -->
            </view>
         </view>
         <view class="flexItem columnStyle tableViewCell">
            <view style="display:flex;align-items: center;justify-content: space-between;width:100%;">
               <view class="flexItem rowStyle marginBottom10 cellStyle" style="width:50%;">
                  <label class="color54 fontSize12" style="color:#8799a3">对象名称:</label>
                  <label class="fontSize14"> {{info.MonitorPointName}}</label>
               </view>
               <view class="flexItem rowStyle marginBottom10 cellStyle" style="width:50%;">
                  <label class="color54 fontSize12" style="color:#8799a3">监测名称:</label>
                  <label class="fontSize14">{{info.MonitorPointName}} </label>
               </view>
            </view>
            <view class="flexItem rowStyle marginBottom10 cellStyle" style="width:100%;">
               <label class="color54 fontSize12" style="width:50%;color:#8799a3">报警内容:{{info.AlarmContent}}</label>
               <label class="color54 fontSize12" style="width:50%;color:#8799a3">报警等级:{{info.AlarmLevelName}}</label>
            </view>
            <view class="flexItem rowStyle marginBottom10 cellStyle" style="width:100%;">
               <label class="color54 fontSize12" style="width:50%;color:#8799a3">报警类型:{{info.AlarmType}}</label>
               <label class="color54 fontSize12" style="width:50%;color:#8799a3">报警阀值:{{info.ThresholdValue}}</label>
            </view>
            <view class="flexItem rowStyle marginBottom10 cellStyle" style="width:100%;">
               <label class="color54 fontSize12" style="width:50%;color:#8799a3">监控值:{{info.DataValue}}</label>
               <label class="color54 fontSize12" style="width:50%;color:#8799a3">处理状态:{{info.HandleStatus}}</label>
            </view>
         </view>
      <view class="flexItem columnStyle tableViewCell">
        <view style="display:flex;align-items: center;justify-content: space-between;width:100%;">
          <view class="flexItem rowStyle marginBottom10 cellStyle" style="width:50%;">
            <label class="color54 fontSize12" style="color:#8799a3">对象名称:</label>
            <label class="fontSize14"> {{info.MonitorPointName}}</label>
          </view>
          <view class="flexItem rowStyle marginBottom10 cellStyle" style="width:50%;">
            <label class="color54 fontSize12" style="color:#8799a3">监测名称:</label>
            <label class="fontSize14">{{info.SignalName}} </label>
          </view>
        </view>
        <view class="flexItem rowStyle marginBottom10 cellStyle" style="width:100%;">
          <!-- <label class="color54 fontSize12" style="width:50%;color:#8799a3">报警内容:{{info.AlarmContent}}</label> -->
          <label class="color54 fontSize12" style="width:50%;color:#8799a3">报警等级:{{info.AlarmLevelName}}</label>
          <label class="color54 fontSize12" style="width:50%;color:#8799a3">报警类型:{{info.AlarmName}}</label>
        </view>
        <view class="flexItem rowStyle marginBottom10 cellStyle" style="width:100%;">
          <label class="color54 fontSize12" style="width:50%;color:#8799a3">报警阀值:{{info.ThresholdValue}}</label>
          <label class="color54 fontSize12" style="color:#8799a3">监控值:</label>
            <label class="fontSize12" style="color:{{info.AlarmLevelColor}}"> {{info.DataValue}}</label>
        </view>
      </view>
      </block>
      <view
         style="width: 100%;height: 80rpx;display: flex;background-color: #eee;align-items: center;justify-content: center;"