diff --git a/src/components/RefundCodelist/index.tsx b/src/components/RefundCodelist/index.tsx index 05575bd..6cd6955 100644 --- a/src/components/RefundCodelist/index.tsx +++ b/src/components/RefundCodelist/index.tsx @@ -51,7 +51,7 @@ const RefundCodelist = (props: Props) => { product_color_code: it.code, product_color_name: it.name, num: it.roll.toString(), - weight: formatWeightDiv(it.actual_weight).toString(), + weight: formatWeightDiv(it.label_weight).toString(), deduction_weight: formatWeightDiv(it.deductions_weight).toString(), settle_weight: formatWeightDiv(it.settle_weight).toString(), deduction_amount: (it.deductions_amount / 100).toString(),