b6846a44 by zhangmeng

购票价格

1 parent 15410946
......@@ -133,6 +133,12 @@
form.extJson?.ticketDate?.ticketType == 1 ? '~' + dayjs(form?.extJson?.ticketDate?.ticketEnd).format('YYYY-MM-DD') : ''
}}
</el-col>
<el-col>
>{{
language == 0 ? `满${form?.extJson?.ticketType.counts}人优惠` : `Discount for up to ${form?.extJson?.ticketType.counts} people`
}}<span v-if="language == 0">{{ form?.extJson?.ticketType.discount }}</span>
<span v-else>{{ (10 - form?.extJson?.ticketType.discount) * 10 + '%' }}off</span>
</el-col>
<!-- <el-col>-->
<!-- {{-->
<!-- language == 0 ? '原价票' : 'Cost Ticket'-->
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!