再次预定
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -90,7 +90,7 @@ | ... | @@ -90,7 +90,7 @@ |
| 90 | </div> | 90 | </div> |
| 91 | 91 | ||
| 92 | <div class="text-right"> | 92 | <div class="text-right"> |
| 93 | <el-button v-if="b.orderType == 0" class="mb10" plain round type="success" @click="Rebook(b)"> | 93 | <el-button v-if="b.orderType == 0&&b.viewStatus!=0" class="mb10" plain round type="success" @click="Rebook(b)"> |
| 94 | {{ language==0?'再次预订':'Rebook' }}</el-button> | 94 | {{ language==0?'再次预订':'Rebook' }}</el-button> |
| 95 | <el-button class="mb10" plain round type="primary" @click="goDetail(b)"> | 95 | <el-button class="mb10" plain round type="primary" @click="goDetail(b)"> |
| 96 | {{ language==0?'详情':'Detail' }}</el-button> | 96 | {{ language==0?'详情':'Detail' }}</el-button> | ... | ... |
-
Please register or sign in to post a comment