蓝牙开始、结束搜索添加状态判定
This commit is contained in:
@ -33,6 +33,10 @@
|
||||
<text class="lbl">设备名称</text>
|
||||
<text class="value valueFont">{{device.deviceName}}</text>
|
||||
</view>
|
||||
<view class="item">
|
||||
<text class="lbl">蓝牙名称</text>
|
||||
<text class="value valueFont">{{device.bluetoothName}}</text>
|
||||
</view>
|
||||
<view class="item">
|
||||
<text class="lbl">蓝牙状态</text>
|
||||
<text class="value" :class="formData.bleStatu?'green':'red'">{{formData.bleStatu?'已连接':'未连接'}}</text>
|
||||
@ -69,17 +73,17 @@
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="warnnig" v-bind:class="formData.staticWarn?'':'displayNone'">
|
||||
<view class="warnnig" :class="formData.staticWarn?'':'displayNone'">
|
||||
<view>警告!设备静止报警中!</view>
|
||||
<view class="netContent">
|
||||
<view v-bind:class="getWarnStyle(1)" class="net netone"></view>
|
||||
<view v-bind:class="getWarnStyle(2)" class="net nettwo"></view>
|
||||
<view v-bind:class="getWarnStyle(3)" class="net netsiri"></view>
|
||||
<view v-bind:class="getWarnStyle(4)" class="net netfour"></view>
|
||||
<view v-bind:class="getWarnStyle(5)" class="net netfive"></view>
|
||||
<view :class="getWarnStyle(1)" class="net netone"></view>
|
||||
<view :class="getWarnStyle(2)" class="net nettwo"></view>
|
||||
<view :class="getWarnStyle(3)" class="net netsiri"></view>
|
||||
<view :class="getWarnStyle(4)" class="net netfour"></view>
|
||||
<view :class="getWarnStyle(5)" class="net netfive"></view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="warnnig" v-bind:class="(formData.qzwarn && Status.staticWarn.time)?'':'displayNone'"
|
||||
<view class="warnnig" :class="(formData.qzwarn && Status.staticWarn.time)?'':'displayNone'"
|
||||
@click="CloseWarn(true)">
|
||||
<view>设备强制报警中!</view>
|
||||
<view class="netContent">
|
||||
|
||||
Reference in New Issue
Block a user