Browse Source

feat: 其他

2912631854@qq.com 5 months ago
parent
commit
6f81900f28
1 changed files with 3 additions and 3 deletions
  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 + '%',
 							},
 
 						],