diff --git a/src/views/statistic/channel/components/channel.vue b/src/views/statistic/channel/components/channel.vue index 35a4e19..a0f32f1 100644 --- a/src/views/statistic/channel/components/channel.vue +++ b/src/views/statistic/channel/components/channel.vue @@ -256,7 +256,7 @@ export default { info: item.info, color: item.color, class: item.class, - ratio: item.list.percent.replace('%', '') / 100, + // ratio: item.list.percent.replace('%', '') / 100, }; }); }); diff --git a/src/views/statistic/channel/components/toDay.vue b/src/views/statistic/channel/components/toDay.vue index d90a7f6..f37d9f7 100644 --- a/src/views/statistic/channel/components/toDay.vue +++ b/src/views/statistic/channel/components/toDay.vue @@ -78,7 +78,7 @@ export default { // percent: res.yesterdayOrderSalesRatio, }, { - name: '总金额', + name: '总金额(元)', icon: 'iconshangpinzhifujine', count: res.totalAmount, tag: '总',