|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<!-- 改签对话框 -->
|
|
|
<el-dialog
|
|
|
- title="订单改签"
|
|
|
+ title="订单升舱"
|
|
|
:visible.sync="rebookDialog"
|
|
|
width="95%"
|
|
|
append-to-body
|
|
@@ -95,7 +95,7 @@
|
|
|
</div>
|
|
|
<div style="width: 100%;display: flex;justify-content: center;">
|
|
|
<el-button @click="rebookDialog = false">取 消</el-button>
|
|
|
- <el-button type="primary" @click="submitRebook">确认改签</el-button>
|
|
|
+ <el-button type="primary" @click="submitRebook">确认升舱</el-button>
|
|
|
</div>
|
|
|
<!-- 支付过程 控制 -->
|
|
|
<div v-if="payStatus" class="increase-viewers-pay-status">
|