|
@@ -37,12 +37,12 @@
|
|
|
</el-tooltip>
|
|
|
</div>
|
|
|
<div class="staticBox">
|
|
|
- <div :class="braceletState == 0 ? 'static type0' : 'static type1'">
|
|
|
+ <!-- <div :class="braceletState == 0 ? 'static type0' : 'static type1'">
|
|
|
<div class="titleText">静电手环状态:</div>
|
|
|
<div class="titleText state">
|
|
|
{{ braceletState == 0 ? "离线" : "在线" }}
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<!-- <el-button
|
|
|
v-if="braceletState == 0"
|
|
|
type="primary"
|