|
|
@@ -13,16 +13,16 @@
|
|
|
<div class="axis-slot-wrap">
|
|
|
<div class="axis-title">{{ orderComData[0].actionName }}</div>
|
|
|
<div class="axis-det">
|
|
|
- <div>配送方:{{ orderComData[0].sendInfo.sendSideName }}</div>
|
|
|
- <div>距离:{{ orderComData[0].sendInfo.sendDistance }}km</div>
|
|
|
- <div>运费:¥{{ orderComData[0].sendInfo.sendCost }}</div>
|
|
|
+ <div>配送方:{{ orderComData[0].sendInfo.sideName }}</div>
|
|
|
+ <div>距离:{{ orderComData[0].sendInfo.distance }}km</div>
|
|
|
+ <div>运费:¥{{ orderComData[0].sendInfo.cost }}</div>
|
|
|
<div>
|
|
|
- <span>小费:¥{{ orderComData[0].sendInfo.sendTip }}</span>
|
|
|
+ <span>小费:¥{{ orderComData[0].sendInfo.tip }}</span>
|
|
|
<i class="iconfont iconbianjijiage1 modify-btn"></i>
|
|
|
</div>
|
|
|
<div>
|
|
|
<span>状态:</span>
|
|
|
- <span class="app-price">{{ orderComData[0].sendInfo.sendStatus | constantfilter('SEND_STATUS') }}</span>
|
|
|
+ <span class="app-price">{{ orderComData[0].sendInfo.status | constantfilter('SEND_STATUS') }}</span>
|
|
|
</div>
|
|
|
<div>期待送花时间:{{ orderComData[2].addTime | formatTime }}</div>
|
|
|
<div class="admin-button-com default">取消</div>
|