소스 검색

修改日报

newStyle
douzhuo 2 년 전
부모
커밋
7be7077ee7
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -1
      src/views/reportExcel/dayReport.vue

+ 3
- 1
src/views/reportExcel/dayReport.vue 파일 보기

@@ -234,7 +234,9 @@ export default {
this.carryOutTop = this.weekObj.XJTopList.reverse().slice(0, 3);
}
if (this.weekObj.ZXLTopList && this.weekObj.ZXLTopList.length > 0) {
this.lowest = this.weekObj.ZXLTopList[0];
if (this.weekObj.ZXLTopList[0].value != 100) {
this.lowest = this.weekObj.ZXLTopList[0];
}
this.consultant = this.weekObj.ZXLTopList.reverse().slice(0, 3);
}
if (this.weekObj.avgJdsList && this.weekObj.avgJdsList.length > 0) {


불러오는 중...
취소
저장