|
@@ -85,9 +85,9 @@
|
|
|
</div>
|
|
|
<div style="width: 25%;">
|
|
|
<el-form-item label="保险费用:" prop="insuranceCosts" label-width="160px">
|
|
|
- <el-input placeholder="保险费用" v-model="OpCustomersData.insuranceCosts" style="width: 50%;">
|
|
|
+ <el-input placeholder="保险费用" v-model="OpCustomersData.insuranceCosts" style="width: 48%;">
|
|
|
</el-input>
|
|
|
- <el-select v-model="OpCustomersData.currency" filterable placeholder="币种" style="width: 40%;">
|
|
|
+ <el-select v-model="OpCustomersData.currency" filterable placeholder="币种" style="width: 50%;">
|
|
|
<el-option v-for="item in currencyList" :key="item.currencyId" :label="item.currencyCode"
|
|
|
:value="item.currencyId">
|
|
|
</el-option>
|