Commit a1ecfe76 authored by 吴春's avatar 吴春

解决冲突,使用他人版本

parents 7250c7e7 45624bfb
......@@ -254,8 +254,8 @@
</div>
<div>本次行程<span
v-if="order.DetailList">{{ order.DetailList.length }}</span>天,入住<span>{{ order.HotelCount }}</span>个酒店</div>
<div>{{$t('objFill.dindianfukuan')}}<span v-if="">
</span><b v-if="order.Money">{{ moneyFormat(order.Money) }}</b></div>
<div>{{$t('objFill.dindianfukuan')}}<span>
{{order.CurrencyCode}}</span><b v-if="order.Money">{{ moneyFormat(order.Money) }}</b></div>
<div>
<button class="hollowFixedBtn" @click="cancelOrder">取消订单</button>
<button class="normalBtn" @click="saveOrderHandler">保存订单</button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment