diff --git a/src/views/mall/home/components/MemberStatisticsCard.vue b/src/views/mall/home/components/MemberStatisticsCard.vue index ad34006..51c7221 100644 --- a/src/views/mall/home/components/MemberStatisticsCard.vue +++ b/src/views/mall/home/components/MemberStatisticsCard.vue @@ -102,6 +102,8 @@ const eChartOptions = reactive({ series: [ { name: '换电车辆', + label:{show:true,position:'top',textStyle:{color:'#000000'}, formatter:function(data){ + return data.value+'辆'}}, type: 'bar', data: [70,266,210,35,112,98,91] } diff --git a/src/views/mall/home/components/TradeTrendCard.vue b/src/views/mall/home/components/TradeTrendCard.vue index 03ca100..7d48b22 100644 --- a/src/views/mall/home/components/TradeTrendCard.vue +++ b/src/views/mall/home/components/TradeTrendCard.vue @@ -20,7 +20,7 @@