Explorar el Código

修改日报

newStyle
douzhuo hace 2 años
padre
commit
7be7077ee7
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      src/views/reportExcel/dayReport.vue

+ 3
- 1
src/views/reportExcel/dayReport.vue Ver fichero

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


Cargando…
Cancelar
Guardar