购票价格
Showing
1 changed file
with
4 additions
and
0 deletions
| ... | @@ -126,6 +126,9 @@ | ... | @@ -126,6 +126,9 @@ |
| 126 | @click="Rebook(b)"> | 126 | @click="Rebook(b)"> |
| 127 | {{ language == 0 ? '再次预订' : 'Rebook' }} | 127 | {{ language == 0 ? '再次预订' : 'Rebook' }} |
| 128 | </el-button> | 128 | </el-button> |
| 129 | <el-button v-if="(b.status == -1)" class="mb10" plain round size="small" type="success"> | ||
| 130 | {{ language == 0 ? '已核销' : 'Cancelled' }} | ||
| 131 | </el-button> | ||
| 129 | <el-button class="mb10" plain round size="small" type="primary" @click="goDetail(b)"> | 132 | <el-button class="mb10" plain round size="small" type="primary" @click="goDetail(b)"> |
| 130 | {{ language == 0 ? '详情' : 'Detail' }} | 133 | {{ language == 0 ? '详情' : 'Detail' }} |
| 131 | </el-button> | 134 | </el-button> |
| ... | @@ -140,6 +143,7 @@ | ... | @@ -140,6 +143,7 @@ |
| 140 | <el-button v-if="b.viewStatus==5" class="mb10" plain round size="small" type="" @click="unsubscribe(b)"> | 143 | <el-button v-if="b.viewStatus==5" class="mb10" plain round size="small" type="" @click="unsubscribe(b)"> |
| 141 | {{ language == 0 ? '退订' : 'Unsubscribe' }} | 144 | {{ language == 0 ? '退订' : 'Unsubscribe' }} |
| 142 | </el-button> | 145 | </el-button> |
| 146 | |||
| 143 | </div> | 147 | </div> |
| 144 | </el-col> | 148 | </el-col> |
| 145 | </el-row> | 149 | </el-row> | ... | ... |
-
Please register or sign in to post a comment