|
@@ -106,27 +106,7 @@ export default {
|
|
|
return _row.totalPrice+'元'
|
|
return _row.totalPrice+'元'
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- {
|
|
|
|
|
- width: 120,
|
|
|
|
|
- prop: 'measuringUnit',
|
|
|
|
|
- label: '计量单位',
|
|
|
|
|
- slot: 'measuringUnit'
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- width: 120,
|
|
|
|
|
- prop: 'deliveryDays',
|
|
|
|
|
- label: '交期(天)',
|
|
|
|
|
- slot: 'deliveryDays'
|
|
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- width: 200,
|
|
|
|
|
- prop: 'guaranteePeriod',
|
|
|
|
|
- label: '质保期',
|
|
|
|
|
- slot: 'guaranteePeriod',
|
|
|
|
|
- formatter: (_row, _column, cellValue) => {
|
|
|
|
|
- return _row.guaranteePeriod+_row.guaranteePeriodUnitName
|
|
|
|
|
- }
|
|
|
|
|
- } ],
|
|
|
|
|
|
|
+ ],
|
|
|
|
|
|
|
|
radio: null,
|
|
radio: null,
|
|
|
}
|
|
}
|