|
@@ -20,7 +20,7 @@
|
|
|
>
|
|
|
<a-form-model-item label="成本价">
|
|
|
<div v-if="detailData && detailData.supplierProductList">
|
|
|
- <p v-for="(item, index) in detailData.supplierProductList" :key="index" style="margin: 0;">{{ ((item.cost || item.cost==0) ? item.cost.toFixed(2) : '--') + ' 元 -- ' + item.supplierName + ';' }}</p>
|
|
|
+ <p v-for="(item, index) in detailData.supplierProductList" :key="index" style="margin: 0;line-height: 1.5em;">{{ ((item.cost || item.cost==0) ? item.cost.toFixed(2) : '--') + ' 元 -- ' + item.supplierName + ';' }}</p>
|
|
|
</div>
|
|
|
<span v-else>--</span>
|
|
|
</a-form-model-item>
|
|
@@ -116,7 +116,7 @@ export default {
|
|
|
isShow: this.openModal, // 是否打开弹框
|
|
|
formItemLayout: {
|
|
|
labelCol: { span: 4 },
|
|
|
- wrapperCol: { span: 16 }
|
|
|
+ wrapperCol: { span: 17 }
|
|
|
},
|
|
|
form: {
|
|
|
afterProvincePrice: '',
|