wx-program
sunmeng 2024-08-21 15:29:01 +08:00
parent b686cff54c
commit 537ff06025
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
<image :src="`../../static/icon_new/icon${ item.formula }.png`" mode=""></image> <image :src="`../../static/icon_new/icon${ item.formula }.png`" mode=""></image>
<view class="info"> <view class="info">
<view class=""> <view class="">
{{ item.environmentDataId }} {{ getStatus(item.equipmentNumber,item.targetValue) + item.environmentDataId }}
</view> </view>
<view class="" :style="item.equipmentStart == 0 ? 'color:red':''">{{ item.equipmentStart == 0 ? '故障' : ((item.formula == '12' ? getWindDirection(item.environmentData) : item.environmentData) + (item.formula == '12' ? '' : getTypeList(item.formula))) }}</view> <view class="" :style="item.equipmentStart == 0 ? 'color:red':''">{{ item.equipmentStart == 0 ? '故障' : ((item.formula == '12' ? getWindDirection(item.environmentData) : item.environmentData) + (item.formula == '12' ? '' : getTypeList(item.formula))) }}</view>
</view> </view>