From 36a225e67ed12a24708aecdf74e6a165f44b4c42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Mon, 2 Dec 2024 17:35:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9E=81=E5=85=89=E8=B7=9F?= =?UTF-8?q?=E8=BF=9B?= 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 ca9ee59..2246fc3 100644 --- a/src/components/user/statistics.vue +++ b/src/components/user/statistics.vue @@ -31,10 +31,10 @@

主动销售:

-

{{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_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_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.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.sell_percent}}|| @@ -414,6 +414,10 @@ export default { value: 'jihu_order', label: '极狐IP订单' }, + { + value: 'jiguang_order', + label: '极光IP订单' + }, { value: 'recharge', label: 'IP充值'