|
@@ -92,7 +92,9 @@
|
|
|
|
|
|
</view>
|
|
|
</view>
|
|
|
+
|
|
|
<template v-if="item.enableShare&&device.online">
|
|
|
+
|
|
|
<view class="tag" v-if="item.workStatus != 2 ">
|
|
|
<view class="tag-item" @click="book(item,item.isAppointment&&item.enableAppointment)" :class="item.isAppointment&&item.enableAppointment?'':'not-open-tag'">
|
|
|
预约
|
|
@@ -101,12 +103,12 @@
|
|
|
充电
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="persent" v-else>
|
|
|
- {{item.soc?'电量:'+( item.soc.toFixed(0))+'%':item.workStatusText}}
|
|
|
|
|
|
- </view>
|
|
|
</template>
|
|
|
+ <view class="persent" v-if="item.workStatus == 2 ">
|
|
|
+ {{item.soc?'电量:'+( item.soc.toFixed(0))+'%':item.workStatusText}}
|
|
|
|
|
|
+ </view>
|
|
|
|
|
|
|
|
|
|