feat(assoc): v4.0.1 合伙人关联码、分佣账单与 H5 用户管理

订单佣金只认关联用户;合伙人备注写入独立表;H5 增加用户管理与首页统计。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-30 14:35:39 +08:00
parent 3b669f7e38
commit 9c8d5f2cad
125 changed files with 6355 additions and 1436 deletions
+21
View File
@@ -176,6 +176,27 @@
text-align: center;
}
.order-qty-input {
width: 52px;
height: 32px;
margin: 0 4px 0 8px;
padding: 0 4px;
box-sizing: border-box;
text-align: center;
font-size: 16px;
font-weight: 600;
color: var(--color-on-surface);
background: var(--color-surface-container-low);
border-radius: 8px;
}
.order-qty-unit {
margin-right: 8px;
font-size: 13px;
font-weight: 600;
color: var(--color-on-surface);
}
.order-qty-hint {
display: block;
margin-top: 10px;