|
@@ -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 + '%',
|
|
|
},
|
|
|
|
|
|
],
|