From 84b8eae2d9046dc587361540ff7135566130e3b8 Mon Sep 17 00:00:00 2001 From: Administrator Date: Thu, 18 Dec 2025 16:29:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AE=A2=E5=8D=95=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=95=86=E5=93=81=E4=BF=A1=E6=81=AF=E5=92=8C?= =?UTF-8?q?=E6=95=B0=E9=87=8F=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在"地址"列后、"金额"列前新增"商品信息"和"数量"两列 - 商品信息显示格式:商品名x数量; ... - 数量列显示订单商品总数 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- PackagingMallShipper/Views/OrderListView.xaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/PackagingMallShipper/Views/OrderListView.xaml b/PackagingMallShipper/Views/OrderListView.xaml index 1e5ffc9..f998cfc 100644 --- a/PackagingMallShipper/Views/OrderListView.xaml +++ b/PackagingMallShipper/Views/OrderListView.xaml @@ -153,9 +153,13 @@ - - + + + +