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}%