feat: 统计栏隐藏未支付订单+添加即将到期
All checks were successful
continuous-integration/drone/push Build is passing

- 移除未支付订单统计项
- 新增即将到期统计项(到期≤10天的产品数)
- 添加expiringCount computed属性
- 新增stat-red颜色方案
This commit is contained in:
yiqiu
2026-03-22 20:28:45 +08:00
parent 6f86c89c51
commit 7c57ec95b1
3 changed files with 10 additions and 4 deletions

View File

@@ -180,6 +180,7 @@
.stat-purple i { background: #F3F0FF; color: #7C3AED; }
.stat-blue i { background: #EFF6FF; color: #2563EB; }
.stat-amber i { background: #FFF7ED; color: #D97706; }
.stat-red i { background: #FEF2F2; color: #DC2626; }
/* ====== ROW 2 — 余额 + 侧边 ====== */
.row-2 {