Commit d5998868 authored by youjie's avatar youjie

no message

parent 48a7ae71
...@@ -44,8 +44,8 @@ ...@@ -44,8 +44,8 @@
</div> </div>
<span class="fz14 text-orange-7">{{$t('v103.scheduledTripOrder.paid')}}:<span class="fz17">CNY {{moneyFormat(x.customerPayMoney)}}</span> </span> <span class="fz14 text-orange-7">{{$t('v103.scheduledTripOrder.paid')}}:<span class="fz17">CNY {{moneyFormat(x.customerPayMoney)}}</span> </span>
<div class="q-pt-sm text-right" v-if="x.orderState==1||x.orderState==2"> <div class="q-pt-sm text-right" v-if="x.orderState==1||x.orderState==2">
<q-btn color="primary" unelevated size="sm" <!-- <q-btn color="primary" unelevated size="sm"
@click="cancel(x)">{{$t('hotelm.cancel')}}</q-btn> @click="cancel(x)">{{$t('hotelm.cancel')}}</q-btn> -->
</div> </div>
</div> </div>
</div> </div>
......
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