wx-program
parent
b686cff54c
commit
537ff06025
|
@ -87,7 +87,7 @@
|
|||
<image :src="`../../static/icon_new/icon${ item.formula }.png`" mode=""></image>
|
||||
<view class="info">
|
||||
<view class="">
|
||||
{{ item.environmentDataId }}
|
||||
{{ getStatus(item.equipmentNumber,item.targetValue) + item.environmentDataId }}
|
||||
</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>
|
||||
|
|
Loading…
Reference in New Issue