旅游
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -9,7 +9,7 @@ | ... | @@ -9,7 +9,7 @@ |
| 9 | <!-- <el-button class="fr" type="primary" plain @click="toInvoice">{{ language==0?'我的发票':'My Invoice' }}</el-button>--> | 9 | <!-- <el-button class="fr" type="primary" plain @click="toInvoice">{{ language==0?'我的发票':'My Invoice' }}</el-button>--> |
| 10 | </div> | 10 | </div> |
| 11 | <div style=""> | 11 | <div style=""> |
| 12 | <el-form-item label="订单类型" style="padding-left: 20px"> | 12 | <el-form-item :label="language==0?'订单类型':'Order Types'" style="padding-left: 20px"> |
| 13 | <el-select v-model="orderType" style="width: 200px;" @change="getList"> | 13 | <el-select v-model="orderType" style="width: 200px;" @change="getList"> |
| 14 | <el-option | 14 | <el-option |
| 15 | v-for="val in cardList" :key="val.label" :label="language==0?val.label:val.labelEn" | 15 | v-for="val in cardList" :key="val.label" :label="language==0?val.label:val.labelEn" | ... | ... |
-
Please register or sign in to post a comment