From bb039c466359d93b3745e9c1d8b80f21b8f8acde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Tue, 16 Jul 2024 13:53:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9E=81=E7=8B=90=E9=A2=86=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/user/statistics.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/user/statistics.vue b/src/components/user/statistics.vue index 58d9f2e..ca9ee59 100644 --- a/src/components/user/statistics.vue +++ b/src/components/user/statistics.vue @@ -31,10 +31,10 @@

主动销售:

-

{{sell_detail.other_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.jihu_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_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.jihu_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.sell_percent}}|| @@ -410,6 +410,10 @@ export default { value: 'mogu_order', label: '蘑菇IP订单' }, + { + value: 'jihu_order', + label: '极狐IP订单' + }, { value: 'recharge', label: 'IP充值'