This commit is contained in:
2026-08-07 15:44:19 +08:00
parent 56729c8cc9
commit a8c495a102
4 changed files with 710 additions and 81 deletions
+1 -1
View File
@@ -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('; ');