|
@@ -205,11 +205,11 @@ export default {
|
|
|
scopedSlots: { customRender: 'fabInQuaSlot' },
|
|
|
},
|
|
|
{
|
|
|
- // title: '转入成本',
|
|
|
+ title: '转入成本',
|
|
|
dataIndex: 'transferCost',
|
|
|
width: 120,
|
|
|
className: 'replacecolor',
|
|
|
- slots:{title:'transferCostTitle'} ,
|
|
|
+ // slots:{title:'transferCostTitle'} ,
|
|
|
},
|
|
|
|
|
|
{ title: '单耗/件', dataIndex: 'unitConsumption', width: 120, className: 'replacecolor' },
|
|
@@ -267,11 +267,11 @@ export default {
|
|
|
scopedSlots: { customRender: 'ingInQuaSlot' }
|
|
|
},
|
|
|
{
|
|
|
- // title: '转入成本',
|
|
|
+ title: '转入成本',
|
|
|
dataIndex: 'transferCost',
|
|
|
width: 130,
|
|
|
className: 'replacecolor',
|
|
|
- slots:{title:'transferCostTitle'} ,
|
|
|
+ // slots:{title:'transferCostTitle'} ,
|
|
|
},
|
|
|
|
|
|
{ title: '使用数量', dataIndex: 'usageQuantity', width: 120, className: 'replacecolor' },
|