7e0369a3 by zhangmeng

旅游

1 parent 2d04b8c3
......@@ -9,7 +9,7 @@
<!-- <el-button class="fr" type="primary" plain @click="toInvoice">{{ language==0?'我的发票':'My Invoice' }}</el-button>-->
</div>
<div style="">
<el-form-item label="订单类型" style="padding-left: 20px">
<el-form-item :label="language==0?'订单类型':'Order Types'" style="padding-left: 20px">
<el-select v-model="orderType" style="width: 200px;" @change="getList">
<el-option
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!