fix
This commit is contained in:
@@ -97,7 +97,7 @@ const formatGoodsInfo = row => {
|
||||
const text = Object.entries(groups)
|
||||
.map(([unit, group]) => {
|
||||
const quantity = `${formatGoodsQuantity(group.quantity)}${unit}`;
|
||||
return `${group.typeName}等${group.count}中货物 | ${quantity}`;
|
||||
return `${group.typeName}等${group.count}种货物 | ${quantity}`;
|
||||
})
|
||||
.join('; ');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user