From dab9cd1be658fd4878ed6ce089c3782d21adb7b9 Mon Sep 17 00:00:00 2001 From: 18650502300 <18650502300@163.com> Date: Mon, 5 Feb 2024 09:55:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=B8=A0=E9=81=93=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../statistic/channel/components/channel.vue | 40 ++++++++++--------- src/views/statistic/channel/index.vue | 2 +- 2 files changed, 22 insertions(+), 20 deletions(-) diff --git a/src/views/statistic/channel/components/channel.vue b/src/views/statistic/channel/components/channel.vue index d72b878..9a031b3 100644 --- a/src/views/statistic/channel/components/channel.vue +++ b/src/views/statistic/channel/components/channel.vue @@ -1,7 +1,7 @@ @@ -231,14 +231,14 @@ export default { class: 'five', list: { num: res.totalConversionRatio, percent: res.balanceAmountRatio }, }, - { - name: '回款率', - icon: 'iconzhifuyongjinjine1', - info: '该渠道下的所有用户回款金额 / 该渠道下的所有用户分期金额', - color: '#EF9C20', - class: 'six', - list: { num: res.totalReturnRate, percent: res.payoutBrokerageAmountRatio }, - } + // { + // name: '回款率', + // icon: 'iconzhifuyongjinjine1', + // info: '该渠道下的所有用户回款金额 / 该渠道下的所有用户分期金额', + // color: '#EF9C20', + // class: 'six', + // list: { num: res.totalReturnRate, percent: res.payoutBrokerageAmountRatio }, + // } // { // name: '商品退款金额', // icon: 'iconshangpintuikuanjine', @@ -493,7 +493,9 @@ export default { width: 50%; } } - +.padtop20{ + padding-top: 20px; +} .info { .sp1 { color: #666; diff --git a/src/views/statistic/channel/index.vue b/src/views/statistic/channel/index.vue index 734e535..a36e54e 100644 --- a/src/views/statistic/channel/index.vue +++ b/src/views/statistic/channel/index.vue @@ -1,6 +1,6 @@