From 353916a081e84004299b37558f6eb0f0e1179c5f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com>
Date: Tue, 10 Feb 2026 14:59:36 +0800
Subject: [PATCH] =?UTF-8?q?fix(shop):=20=E6=9B=B4=E6=96=B0=E7=BB=8F?=
=?UTF-8?q?=E9=94=80=E5=95=86=E8=B5=84=E9=87=91=E7=B1=BB=E5=9E=8B=E6=98=BE?=
=?UTF-8?q?=E7=A4=BA=E5=B9=B6=E7=A7=BB=E9=99=A4=E4=B8=89=E7=BA=A7=E5=88=86?=
=?UTF-8?q?=E9=94=80=E8=AE=BE=E7=BD=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 将资金流水类型50从"新人注册奖"更改为"佣金解冻"
- 注释掉经销商设置中的三级分销选项
- 保持原有的分销层级选择功能结构
---
src/views/shop/shopDealerCapital/index.vue | 2 +-
src/views/shop/shopDealerSetting/index.vue | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/shop/shopDealerCapital/index.vue b/src/views/shop/shopDealerCapital/index.vue
index c8b1752..c6ec731 100644
--- a/src/views/shop/shopDealerCapital/index.vue
+++ b/src/views/shop/shopDealerCapital/index.vue
@@ -145,7 +145,7 @@
20: { text: '提现支出', color: 'warning' },
30: { text: '转账支出', color: 'error' },
40: { text: '转账收入', color: 'processing' },
- 50: { text: '新人注册奖', color: 'processing' }
+ 50: { text: '佣金解冻', color: 'processing' }
};
const type = typeMap[text] || { text: '未知', color: 'default' };
return {
diff --git a/src/views/shop/shopDealerSetting/index.vue b/src/views/shop/shopDealerSetting/index.vue
index d32de64..a19cab0 100644
--- a/src/views/shop/shopDealerSetting/index.vue
+++ b/src/views/shop/shopDealerSetting/index.vue
@@ -24,7 +24,7 @@