d8606373 by zhangmeng

购票价格

1 parent 7517c79f
......@@ -126,6 +126,9 @@
@click="Rebook(b)">
{{ language == 0 ? '再次预订' : 'Rebook' }}
</el-button>
<el-button v-if="(b.status == -1)" class="mb10" plain round size="small" type="success">
{{ language == 0 ? '已核销' : 'Cancelled' }}
</el-button>
<el-button class="mb10" plain round size="small" type="primary" @click="goDetail(b)">
{{ language == 0 ? '详情' : 'Detail' }}
</el-button>
......@@ -140,6 +143,7 @@
<el-button v-if="b.viewStatus==5" class="mb10" plain round size="small" type="" @click="unsubscribe(b)">
{{ language == 0 ? '退订' : 'Unsubscribe' }}
</el-button>
</div>
</el-col>
</el-row>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!