@@ -111,6 +111,13 @@
showOverflowTooltip: true,
minWidth: 110
},
+ {
+ prop: 'specification',
+ label: '规格',
+ align: 'center',
+ showOverflowTooltip: true,
+ minWidth: 110
+ },
{
prop: 'modelType',
label: '型号',
@@ -291,6 +291,7 @@ export default {
productUnitWeight: item.netWeight,
weightUnit: item.weightUnit,
model: item.modelType,
+ specification: item.specification,
brandNo: item.brandNum
};
}