From 7d0725d80e88acddcb7df37294518abe40cf5ae3 Mon Sep 17 00:00:00 2001 From: linbin <495561397@qq.com> Date: Thu, 14 Aug 2025 20:42:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=A7=AF=E5=88=86=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2=20-=20=E5=AE=9E?= =?UTF-8?q?=E7=8E=B0=E5=8F=AF=E5=B1=95=E5=BC=80=E7=9A=84=E4=BA=8C=E7=BA=A7?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E7=BB=93=E6=9E=84=EF=BC=8C=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E7=BB=93=E7=AE=97=E8=AE=A2=E5=8D=95=E4=B8=8B?= =?UTF-8?q?=E7=9A=84=E5=95=86=E5=93=81=E6=98=8E=E7=BB=86=20-=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=B1=95=E5=BC=80/=E6=8A=98=E5=8F=A0=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=92=8C=E7=9B=B8=E5=85=B3=E6=A0=B7=E5=BC=8F=20-=20?= =?UTF-8?q?=E6=9B=B4=E6=96=B0JavaScript=E9=80=BB=E8=BE=91=E4=BB=A5?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E6=96=B0=E7=9A=84=E6=95=B0=E6=8D=AE=E7=BB=93?= =?UTF-8?q?=E6=9E=84=E5=92=8C=E4=BA=A4=E4=BA=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2.1.1 会员功能/积分订单/积分订单管理.html | 281 +++++++++++------- 大妈集市.rp | Bin 7917252 -> 7956080 bytes 2 files changed, 179 insertions(+), 102 deletions(-) diff --git a/商家端web/2.1 营销工具/2.1.1 会员功能/积分订单/积分订单管理.html b/商家端web/2.1 营销工具/2.1.1 会员功能/积分订单/积分订单管理.html index 5d74164..7b1c51a 100644 --- a/商家端web/2.1 营销工具/2.1.1 会员功能/积分订单/积分订单管理.html +++ b/商家端web/2.1 营销工具/2.1.1 会员功能/积分订单/积分订单管理.html @@ -232,6 +232,45 @@ color: #fff; } + .expand-btn { + cursor: pointer; + user-select: none; + font-size: 12px; + color: #409eff; + transition: transform 0.2s; + } + + .expand-btn:hover { + transform: scale(1.1); + } + + .child-table { + width: 100%; + margin: 10px 0; + background-color: #fafafa; + border-radius: 4px; + } + + .child-table th { + background-color: #f0f0f0; + font-weight: 500; + font-size: 12px; + } + + .child-table td { + font-size: 12px; + background-color: #fafafa; + } + + .parent-row:hover { + background-color: #f5f7fa; + } + + .child-row td { + padding: 0; + border-bottom: none; + } + @media (max-width: 768px) { .container { padding: 10px; @@ -299,11 +338,11 @@ - -
| 商品订单号- | 商品原价- | 商品数量- | 消耗积分- | 顾客支付- | 积分类型+ | + | 结算订单号+ | 摊位 | 订单状态 | 配送费 | 打包费+ | 调度费 | 支付时间 | 
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| PO2024010001- | ¥158.00- | 2- | 200- | ¥0.00- | 积分换购- | 已完成- | ¥8.00- | ¥2.00- | 2024-01-15 14:30:22- | ||||
| PO2024010002- | ¥105.00- | 1- | 150- | ¥52.50- | 积分优惠购- | 待备货- | ¥6.00- | ¥1.50- | 2024-01-15 15:45:10- | ||||
| PO2024010003- | ¥268.00- | 4- | 380- | ¥0.00- | 积分换购- | 待取货- | ¥10.00- | ¥3.00- | 2024-01-15 16:20:35- | ||||
| PO2024010004- | ¥456.00- | 6- | 580- | ¥228.00- | 积分优惠购- | 待收货- | ¥15.00- | ¥4.50- | 2024-01-15 17:35:28- |