From d35ca6004f8b2c1de4083fdb08a30b6b7c73e24c Mon Sep 17 00:00:00 2001 From: Haiyi <1021441632@qq.com> Date: Tue, 6 Dec 2022 14:24:50 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(=E5=94=AE=E5=90=8E=E7=A0=81?= =?UTF-8?q?=E5=8D=95):=E4=BF=AE=E6=94=B9=E7=A0=81=E5=8D=95=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/RefundCodelist/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),