Sfoglia il codice sorgente

营业额文字调整

xhj 2 anni fa
parent
commit
8960b438e2

+ 1 - 1
pages/operationData/operationData.vue

@@ -94,7 +94,7 @@
 					</view>
 				</view>
 				<view style="margin-top: 30rpx;height:500rpx">
-					<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">

+ 2 - 2
pages/operationDataPersonal/operationDataPersonal.vue

@@ -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: {