2912631854@qq.com преди 10 месеца
родител
ревизия
6f81900f28
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      pages/statistics/index.vue

+ 3 - 3
pages/statistics/index.vue

@@ -56,7 +56,7 @@
 				</view>
 				<view class="list">
 					<view class="title">
-						早餐
+						其他
 					</view>
 					<view class="price">
 						{{list.othersAmount==null?'0':list.othersAmount}}
@@ -406,10 +406,10 @@
 								"labelText": "餐饮" + this.PieChartsList.repastRatio + '%'
 							},
 							{
-								"name": "早餐",
+								"name": "其他",
 								"value": this.PieChartsList.othersAmount == null ? '0' : this
 									.PieChartsList.othersAmount,
-								"labelText": "早餐" + this.PieChartsList.othersRatio + '%',
+								"labelText": "其他" + this.PieChartsList.othersRatio + '%',
 							},
 
 						],