Commit d6dadee7 authored by 罗超's avatar 罗超

1

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