src/views/operate/inventoryAdjustment/inventoryAdjustmentHistory.vue
@@ -145,7 +145,7 @@
              from: item.fromLocation.name,
              to: item.toLocation.name,
              productName: product.name,
              amount: product.amount,
              amount: item.details[0].amount,
              unit: product.unit
            }
          })