|
@@ -2,7 +2,7 @@
|
|
|
<template>
|
|
|
<view class="revenue">
|
|
|
<template v-if="type === 'line'">
|
|
|
- <view class="revenue-line" v-loading="loading">
|
|
|
+ <view class="revenue-line">
|
|
|
<LineChart v-if="chartData.series[0].data.length" :chartData="chartData" :title="title"/>
|
|
|
<view class="empty" v-else>
|
|
|
<u-empty></u-empty>
|
|
@@ -10,7 +10,7 @@
|
|
|
</view>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
- <view class="revenue-line" v-loading="loading">
|
|
|
+ <view class="revenue-line">
|
|
|
<ColumnChart v-if="chartData.series[0].data.length" :chartData="chartData" :title="title"/>
|
|
|
<view class="empty" v-else>
|
|
|
<u-empty></u-empty>
|