|
|
@ -146,14 +146,14 @@ |
|
|
|
<div class="common_set update_wrap"> |
|
|
|
<p class="title">水浸1</p> |
|
|
|
<p class="num">{{ testStore.waterImmersionSensor1 ? '有水' : '没水' }}</p> |
|
|
|
<div class="btn_wrap style-btn" @click="handleUpdate"> |
|
|
|
<div class="btn_wrap style-btn" @click="handleUpdate" style="opacity: 0"> |
|
|
|
更新读取水浸状态 |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="common_set update_wrap"> |
|
|
|
<p class="title">水浸2</p> |
|
|
|
<p class="num">{{ testStore.waterImmersionSensor2 ? '有水' : '没水' }}</p> |
|
|
|
<div class="btn_wrap style-btn" @click="handleUpdate"> |
|
|
|
<div class="btn_wrap style-btn" @click="handleUpdate" style="opacity: 0"> |
|
|
|
更新读取水浸状态 |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -167,7 +167,7 @@ |
|
|
|
}} |
|
|
|
kPa/100g |
|
|
|
</p> |
|
|
|
<div class="btn_wrap style-btn" @click="handleUpdate"> |
|
|
|
<div class="btn_wrap style-btn" @click="handleUpdate" style="opacity: 0"> |
|
|
|
更新读取液位状态 |
|
|
|
</div> |
|
|
|
</div> |
|
|
|