From 9888993fcb6cf306c90fdfbd2b4e791016e7a0cc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”>
Date: Sat, 17 May 2025 11:51:27 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=9F=E8=BF=9B=E8=AE=B0?=
=?UTF-8?q?=E5=BD=95=E6=95=B0=E6=8D=AE=E7=BB=9F=E8=AE=A1=E6=98=BE=E7=A4=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/user/statistics.vue | 22 +++++++---------------
1 file changed, 7 insertions(+), 15 deletions(-)
diff --git a/src/components/user/statistics.vue b/src/components/user/statistics.vue
index 2246fc3..4fe2a58 100644
--- a/src/components/user/statistics.vue
+++ b/src/components/user/statistics.vue
@@ -26,15 +26,15 @@
主动销售:
-{{sell_detail.other_order_active}}|| {{sell_detail.jihu_order_active}}|| {{sell_detail.jiguang_order_active}}|| {{sell_detail.mogu_order_active}}|| {{sell_detail.recharge_active}}|| {{sell_detail.http_active}}|| {{sell_detail.ros_active}}|| {{sell_detail.jinqiao_active}}
+{{sell_detail.other_order_active}}|| {{sell_detail.self_order_active}} || {{sell_detail.recharge_active}}|| {{sell_detail.http_active}}|| {{sell_detail.ros_active}}|| {{sell_detail.jinqiao_active}}
被动销售:
-{{sell_detail.other_order_not_active}}|| {{sell_detail.jihu_order_not_active}}|| {{sell_detail.jiguang_order_not_active}}|| {{sell_detail.mogu_order_not_active}}|| {{sell_detail.recharge_not_active}}|| {{sell_detail.http_not_active}}|| {{sell_detail.ros_not_active}}|| {{sell_detail.jinqiao_not_active}}
+{{sell_detail.other_order_not_active}}|| {{sell_detail.self_order_not_active}} || {{sell_detail.recharge_not_active}}|| {{sell_detail.http_not_active}}|| {{sell_detail.ros_not_active}}|| {{sell_detail.jinqiao_not_active}}
{{sell_detail.sell_percent}}|| @@ -404,19 +404,11 @@ export default { product_type_list:[ { value: 'other_order', - label: '其他IP产品订单' + label: '合营IP订单' }, { - value: 'mogu_order', - label: '蘑菇IP订单' - }, - { - value: 'jihu_order', - label: '极狐IP订单' - }, - { - value: 'jiguang_order', - label: '极光IP订单' + value: 'self_order', + label: '自营IP订单' }, { value: 'recharge',