Commit 12754fe5 authored by 袁玲利's avatar 袁玲利

次数异常改为天数异常

parent 4e11f7d1
...@@ -55,10 +55,8 @@ ...@@ -55,10 +55,8 @@
</view> </view>
<view> <view>
<li>本月有 <li>本月有
<text v-if="isShow"><text class="light"> {{cateringAbnormalTypeGroupList.length}} <text><text class="light"> {{cateringAbnormalTypeGroupList.length}}
</text></text><text v-else><text class="light"> </text></text>
{{campusConsumerReportInfo.notEatingCount}}
</text></text>
在食堂的消费出现异常,{{campusConsumerReportInfo.avgMessage}} 在食堂的消费出现异常,{{campusConsumerReportInfo.avgMessage}}
</li> </li>
</view> </view>
...@@ -553,7 +551,7 @@ ...@@ -553,7 +551,7 @@
// 用户消费未就餐信息 // 用户消费未就餐信息
async getCateringAbnormalTypeGroupList() { async getCateringAbnormalTypeGroupList() {
const this_ = this; const this_ = this;
this.cateringAbnormalTypeGroupList = [] this.cateringAbnormalTypeGroupList.length = 0;
let params = { let params = {
abnormalType: 1, abnormalType: 1,
cateringTypes: '1,2,3', cateringTypes: '1,2,3',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment