|
@@ -329,7 +329,7 @@
|
|
|
</view>
|
|
|
|
|
|
|
|
|
-
|
|
|
+ <view>
|
|
|
<template
|
|
|
v-if="!item.isRed&&item.enableShare&&item.enableShareWithinTime&&item.device.online">
|
|
|
<!-- 充电按钮 -->
|
|
@@ -361,7 +361,10 @@
|
|
|
充电中
|
|
|
</view>
|
|
|
</view>
|
|
|
-
|
|
|
+ <view class="parkingNo" v-if="item.parkingNo&&!item.device.groupName" >
|
|
|
+ 车位号:{{item.parkingNo}}
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<view class="item-tip" v-if="item.device.groupName">
|
|
|
<groupItem :item="item" :openlist="openlist" @setOpen="setOpen" ></groupItem>
|
|
@@ -1015,9 +1018,10 @@
|
|
|
for (var j in item.gunList) {
|
|
|
var gun = item.gunList[j]
|
|
|
gun.device = item;
|
|
|
-
|
|
|
+ //gun.parkingNo="123"
|
|
|
sz.push(gun);
|
|
|
}
|
|
|
+
|
|
|
}
|
|
|
sz = sz.sort(function(it1, it2) {
|
|
|
if (!it2.device.online) {
|
|
@@ -1420,6 +1424,7 @@
|
|
|
////('book'+JSON.stringify(item))
|
|
|
},
|
|
|
test(item) {
|
|
|
+ return
|
|
|
if (process.env.NODE_ENV === "development") {
|
|
|
uni.navigateTo({
|
|
|
url: '/pages/searchPile/stationAndPile/chargingPileDetails?isback=1&id=' + item.gunNo,
|
|
@@ -2631,4 +2636,8 @@
|
|
|
.deviceAddressShow2 {
|
|
|
color: #ff8b00;
|
|
|
}
|
|
|
+ .parkingNo{
|
|
|
+ color: #03A9F4;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
</style>
|