From c74e914bd4dd16e687ba01f527050470e61af43c Mon Sep 17 00:00:00 2001 From: 18650502300 <18650502300@163.com> Date: Sat, 3 Feb 2024 17:01:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/statistic/channel/components/channel.vue | 2 +- src/views/statistic/channel/components/toDay.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: '总',