@@ -359,6 +359,13 @@ export default {
slot: 'availableCountBase',
align: "center"
},
+ {
+ width: 120,
+ prop: 'totalWeight',
+ label: '重量',
+ slot: 'totalWeight',
+ align: 'center'
+ },
{
minWidth: 80,
prop: 'measuringUnit',
@@ -242,6 +242,13 @@
align: 'center',
slot: 'availableCountBase'
width: 100,