b6846a44 by zhangmeng

购票价格

1 parent 15410946
...@@ -133,6 +133,12 @@ ...@@ -133,6 +133,12 @@
133 form.extJson?.ticketDate?.ticketType == 1 ? '~' + dayjs(form?.extJson?.ticketDate?.ticketEnd).format('YYYY-MM-DD') : '' 133 form.extJson?.ticketDate?.ticketType == 1 ? '~' + dayjs(form?.extJson?.ticketDate?.ticketEnd).format('YYYY-MM-DD') : ''
134 }} 134 }}
135 </el-col> 135 </el-col>
136 <el-col>
137 >{{
138 language == 0 ? `满${form?.extJson?.ticketType.counts}人优惠` : `Discount for up to ${form?.extJson?.ticketType.counts} people`
139 }}<span v-if="language == 0">{{ form?.extJson?.ticketType.discount }}</span>
140 <span v-else>{{ (10 - form?.extJson?.ticketType.discount) * 10 + '%' }}off</span>
141 </el-col>
136 <!-- <el-col>--> 142 <!-- <el-col>-->
137 <!-- {{--> 143 <!-- {{-->
138 <!-- language == 0 ? '原价票' : 'Cost Ticket'--> 144 <!-- 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!