Commit 39b22716 authored by youjie's avatar youjie

no message

parent 52aa4ed2
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</template> </template>
<template v-slot:body-cell-operation="props"> <template v-slot:body-cell-operation="props">
<q-td :props="props"> <q-td :props="props">
<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> <q-btn :loading="loadingCel" v-if="props.row.OrderStatus!='已取消'" size="md" color="white" text-color="black" :label="$t('v101.scatteredOrderList.quxiaodindan')" @click.stop="canCelHotel(props.row.ThirdOrderNo)"></q-btn>
</q-td> </q-td>
</template> </template>
<template v-slot:bottom> <template v-slot:bottom>
......
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