|
@ -186,14 +186,14 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div class="common_set update_wrap"> |
|
|
<div class="common_set update_wrap"> |
|
|
<p class="title">水浸1</p> |
|
|
|
|
|
|
|
|
<p class="title" style="width:150px;">设备底部水浸</p> |
|
|
<p class="num">{{ testStore.waterImmersionSensor1 ? '有水' : '没水' }}</p> |
|
|
<p class="num">{{ testStore.waterImmersionSensor1 ? '有水' : '没水' }}</p> |
|
|
<div class="btn_wrap style-btn" @click="handleUpdate" style="opacity: 0"> |
|
|
<div class="btn_wrap style-btn" @click="handleUpdate" style="opacity: 0"> |
|
|
更新读取水浸状态 |
|
|
更新读取水浸状态 |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div class="common_set update_wrap"> |
|
|
<div class="common_set update_wrap"> |
|
|
<p class="title">水浸2</p> |
|
|
|
|
|
|
|
|
<p class="title">蒸发仓水浸</p> |
|
|
<p class="num">{{ testStore.waterImmersionSensor2 ? '有水' : '没水' }}</p> |
|
|
<p class="num">{{ testStore.waterImmersionSensor2 ? '有水' : '没水' }}</p> |
|
|
<div class="btn_wrap style-btn" @click="handleUpdate" style="opacity: 0"> |
|
|
<div class="btn_wrap style-btn" @click="handleUpdate" style="opacity: 0"> |
|
|
更新读取水浸状态 |
|
|
更新读取水浸状态 |
|
|