XMLWAN hace 4 años
padre
commit
31fc59fbfc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/xt_pages/workforce/appointment.vue

+ 1 - 1
src/xt_pages/workforce/appointment.vue Ver fichero

@@ -2711,7 +2711,7 @@
2711 2711
      let newNum = 0
2712 2712
      for(let i = 0; i < this.weekList.length; i++){
2713 2713
          if(this.weekNum + i + 1 <= 53){
2714
-             let num = this.weekNum + i + 1
2714
+             let num = this.weekNum + i 
2715 2715
             let str = this.weekList[i][0] + '~' + this.weekList[i][6] + '(' + num + ')'
2716 2716
              this.typeOptions.push({value:i,label:str})
2717 2717
             let stt = this.weekList[i][0] +"~"+this.weekList[i][6]