Commit 0ad498b2 authored by youjie's avatar youjie

no message

parent 6315f4da
......@@ -63,7 +63,7 @@
</div>
</div>
<div class="row q-pt-sm" :class="{'justify-between items-center':props.row.OrderStatus!='已取消','justify-end items-end':props.row.OrderStatus=='已取消'}">
<span class="rounded-borders q-px-sm" :class="[props.row.typeInfo.Color]">{{ props.row.OrderStatus }}</span>
<span class="rounded-borders q-px-sm text-white">{{ props.row.OrderStatus }}</span>
<q-btn :loading="loadingCel" v-if="props.row.OrderStatus!='已取消'" size="sm" color="white" text-color="black" :label="$t('v101.scatteredOrderList.quxiaodindan')" @click.stop="canCelHotel(props.row.ThirdOrderNo)"></q-btn>
</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