|
@@ -479,7 +479,7 @@ export default {
|
|
|
arr.splice(ind, 0, { title: '售价', dataIndex: 'productPrice', width: '6%', align: 'right', scopedSlots: { customRender: 'productPriceInfo' } })
|
|
|
}
|
|
|
if (this.basicInfoData && this.basicInfoData.targetType === 'DEALER') {
|
|
|
- arr.splice(6, 0, { title: '价格级别', dataIndex: 'priceLevelDictValue', width: '6%', align: 'center', customRender: function (text) { return text || '--' } })
|
|
|
+ arr.splice(6, 0, { title: '价格级别', dataIndex: 'priceLevelDictValue', width: '10%', align: 'center', scopedSlots: { customRender: 'priceLevel' } })
|
|
|
}
|
|
|
return arr
|
|
|
},
|