|
@@ -5,7 +5,18 @@
|
|
<span style="font-size: 16px; color: rgb(96, 98, 102);" @click="getChargingStationDetail(false)">刷新</span>
|
|
<span style="font-size: 16px; color: rgb(96, 98, 102);" @click="getChargingStationDetail(false)">刷新</span>
|
|
</view> -->
|
|
</view> -->
|
|
</ujp-navbar>
|
|
</ujp-navbar>
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+ <u-alert-tips type="warning"
|
|
|
|
+ v-if="stationDetail.station&&stationDetail.station.maxSoc"
|
|
|
|
+ :descStyle="{
|
|
|
|
+ fontSize: '28rpx',
|
|
|
|
+ color: '#ef7a30',
|
|
|
|
+ }"
|
|
|
|
+ :show-icon="true" :description="'【充电SOC限制】为保障充电安全,并积极响应主管部门对新能源汽车充电安全工作,从即日起,该站充电设施SOC上限阈值为'+stationDetail.station.maxSoc+'%,即充电量达到满充电量'+stationDetail.station.maxSoc+'%时,充电设施将自动结束充电。'" >
|
|
|
|
+
|
|
|
|
+ </u-alert-tips>
|
|
|
|
+
|
|
|
|
+
|
|
<view v-if="stationDetail.station!=null" class="station-details">
|
|
<view v-if="stationDetail.station!=null" class="station-details">
|
|
<u-image border-radius='15rpx' v-if="stationDetail.station != null && stationDetail.station.image != null"
|
|
<u-image border-radius='15rpx' v-if="stationDetail.station != null && stationDetail.station.image != null"
|
|
class="img" width="30.6%" height="75px" :src="stationDetail.station.image" loading-icon="photo"
|
|
class="img" width="30.6%" height="75px" :src="stationDetail.station.image" loading-icon="photo"
|