From 8f9b54ce76a3e9d8b96aa74279ec546e428c49c0 Mon Sep 17 00:00:00 2001
From: liu <2302563948@qq.com>
Date: Mon, 7 Sep 2026 23:09:44 +0800
Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E8=90=A5=E6=8A=A5=E8=A1=A8=E4=BC=98?=
=?UTF-8?q?=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/report/index.tsx | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/src/pages/report/index.tsx b/src/pages/report/index.tsx
index 128cf08..509bd1c 100644
--- a/src/pages/report/index.tsx
+++ b/src/pages/report/index.tsx
@@ -173,9 +173,13 @@ export default function ReportPage() {
- {item.product_spec ? `${item.product_spec} · ` : ''}
- 累计 {item.quantity}{item.unit}
- {parseFloat(item.weight) > 0 ? ` · 称重 ${item.weight}` : ''}
+ {item.product_spec ? `${item.product_spec}` : ''}{item.unit}
+
+
+
+
+ 累计 {item.quantity}
+ {parseFloat(item.weight) > 0 ? ` · 重量 ${item.weight}` : ''}
{item.percent}%