物流字段调整
This commit is contained in:
@ -57,19 +57,19 @@
|
||||
<view class="active" v-if="logisticsListindex === 0">
|
||||
<view></view>
|
||||
<i class="node-icon"></i>
|
||||
<text class="txt">{{ item.acceptStation }}</text>
|
||||
<text class="time">{{ item.acceptTime }}</text>
|
||||
<text class="txt">{{ item.AcceptStation }}</text>
|
||||
<text class="time">{{ item.AcceptTime }}</text>
|
||||
</view>
|
||||
<view v-if="logisticsListindex > 0 && logisticsListindex !== logisticsList.length - 1">
|
||||
<i class="node-icon"></i>
|
||||
<text class="txt">{{ item.acceptStation }}</text>
|
||||
<text class="time">{{ item.acceptTime }}</text>
|
||||
<text class="txt">{{ item.AcceptStation }}</text>
|
||||
<text class="time">{{ item.AcceptTime }}</text>
|
||||
</view>
|
||||
<view v-if="logisticsListindex === logisticsList.length - 1" class="finall">
|
||||
<i class="div-spilander"></i>
|
||||
<i class="node-icon"></i>
|
||||
<text class="txt">{{ item.acceptStation }}</text>
|
||||
<text class="time">{{ item.acceptTime }}</text>
|
||||
<text class="txt">{{ item.AcceptStation }}</text>
|
||||
<text class="time">{{ item.AcceptTime }}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
Reference in New Issue
Block a user