Commit a0338343 authored by youjie's avatar youjie

no message

parent 30063448
......@@ -302,7 +302,6 @@ export default defineComponent({
x.Money = 0
x.Money += Number(x.CustomerPayMoney-x.DiscountMoney)
})
console.log(r.data.data.pageData,'-----')
data.orders = r.data.data.pageData
data.pages.pageCount = r.data.data.pageCount
} else {
......
......@@ -41,12 +41,11 @@
<div :class="{'column':($q.screen.width<1200 || $q.platform.is.mobile),'row items-center':!($q.screen.width<1200 || $q.platform.is.mobile)}">
<div class="f12 text-dark" :class="{ 'col-2': $q.platform.is.desktop, 'col-3': $q.platform.is.mobile }">{{ $t('v102.ticket.tt') }}:</div>
<div class="row items-center col wrap q-mt-md">
<!-- {{types}} -->
<div class="q-pa-sm rounded-borders q-mr-md q-mb-md cursor-pointer row items-center" :class="{ 'bg-grey-2': !x.checked, 'bg-primary text-white': x.checked }" @click="changeDetailListHandler(x)" v-for="x in types">
<!-- v-if="x.RemainingInventory>0" -->
<template>
<span style="border-right: 1px solid #eee" class="q-mr-sm q-pr-sm">{{ x.TicketName }}</span>
<span>{{ x.B2BPrice.toFixed(2) }}</span>
</template>
</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