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 @@