Commit f7c70ba6 authored by dragondean@qq.com's avatar dragondean@qq.com

优化商品清关费显示

parent 0f27cbcf
......@@ -44,9 +44,9 @@
</el-col>
<el-col :span="15">
<div style="display: flex;align-items: center;">
<el-input v-model="item.clearancePrice" class="w-100 mr-10"></el-input>
<currency-select class=" mr-10" @change="setCurrency" :disabled="index > 0" :options="currencyList" v-model="item.clearancePriceUnit"></currency-select>
<span class=" mr-10">/</span>
<el-input v-model="item.clearancePrice" class="mr-10"></el-input>
<currency-select class="mr-10" @change="setCurrency" :disabled="index > 0" :options="currencyList" v-model="item.clearancePriceUnit"></currency-select>
<span class="mr-10">/</span>
<weight-select :disabled="index > 0" @change="setAirFreightWeight" :options="unitList" v-model="item.clearanceVolumeUnit"></weight-select>
</div>
</el-col>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment