浏览代码

修改日报

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) {


正在加载...
取消
保存