|
@@ -2,7 +2,7 @@
|
|
|
<template>
|
|
|
<view class="revenue-box">
|
|
|
<view class="revenue-line revenue">
|
|
|
- <PieChart v-if="chartData.series[0].data.length" :chartData="chartData" :title="`停车场(${title})`"/>
|
|
|
+ <PieChart v-if="chartData.series[0].data.length" :chartData="chartData" :title="`停车场`"/>
|
|
|
<view class="empty" v-else>
|
|
|
<u-empty></u-empty>
|
|
|
</view>
|