|
|
@@ -28,7 +28,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view style="margin-top: 30rpx;height:500rpx" v-if="showEchart">
|
|
|
- <view class="echart-title">近一周营业额度(元)图表数据</view>
|
|
|
+ <view class="echart-title">近一周营业度(元)</view>
|
|
|
<l-echart ref="chart2" @finished="init"></l-echart>
|
|
|
</view>
|
|
|
<view style="margin-top: 30rpx;height:500rpx" v-if="showEchart">
|
|
|
@@ -117,7 +117,7 @@
|
|
|
}
|
|
|
}],
|
|
|
series: [{
|
|
|
- name: '营业额度',
|
|
|
+ name: '营业额',
|
|
|
type: 'bar',
|
|
|
label: {
|
|
|
normal: {
|