Commit d6dadee7 authored by 罗超's avatar 罗超

1

parent be0e0360
......@@ -511,7 +511,7 @@
var that = this;
that.Confirm(that.$t('tips.shifoushanchu'), function () {
that.apipost(
"ticketcoupons_post_Remove", {
"appletsticketcoupons_post_Remove", {
ID: ID
},
res => {
......
......@@ -174,9 +174,15 @@
</el-tooltip>
</td>
<td>{{item.TicketSubName}}</td>
<td>{{item.IsSameDayBuy}}</td>
<td>
<div v-if="item.IsSameDayBuy===0"></div>
<div v-if="item.IsSameDayBuy===1"></div>
</td>
<td>{{item.DayBuyTime}}</td>
<td>{{item.IsWorryFreeRefund}}</td>
<td>
<div v-if="item.IsWorryFreeRefund===0"></div>
<div v-if="item.IsWorryFreeRefund===1">有条件退</div>
</td>
<td>{{item.SubscribeTime}}</td>
<td class="DaysInfo">
<span
......
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