|
@@ -123,9 +123,11 @@
|
|
|
">
|
|
|
<h2 class="showName">{{item.stationName}}/{{item.deviceName}}</h2>
|
|
|
<!-- <p>{{item.flowNo?item.flowNo:'无充电单号'}}</p> -->
|
|
|
- <p :style="{
|
|
|
+ <span :style="{
|
|
|
color:colorList[item.platform%3]
|
|
|
- }">{{item.platformText}}</p>
|
|
|
+ }">{{item.platformText}}</span>
|
|
|
+
|
|
|
+ <span v-if="item.userCardId" style="color:#FF8B00 ;margin-left: 10px">月卡订单</span>
|
|
|
</view>
|
|
|
<view class="detailed-item-name" style="
|
|
|
|
|
@@ -137,7 +139,7 @@
|
|
|
<p style=" text-align: end;" >{{item.endTime?item.endTime.slice(11):''}}</p>
|
|
|
|
|
|
</view>
|
|
|
- <view class="sign" v-if="item.userCardId">
|
|
|
+ <view class="sign" v-if="false">
|
|
|
<!-- //<img src="../../assets/img/tixian.png" alt=""> -->
|
|
|
<!-- 月卡 -->
|
|
|
<view class="product_tip" >
|