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