7e0369a3 by zhangmeng

旅游

1 parent 2d04b8c3
...@@ -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"
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!