haoxuan
2024-04-26 ca7a40da4382c849b2beb6e8413c6a35a7899c55
src/views/employeeSalary/attendanceStatistics/index.vue
@@ -168,8 +168,9 @@
                  for(let i in headerList.details){
                    tableColumn2.push({
                      label:headerList.details[i].date+'',
                      weekDay:headerList.details[i].weekDay+'',
                      prop:'headerDate'+headerList.details[i].date,
                      min:100,
                      min:90,
                      default:true,
                      isCallMethod:true,
                      isClass: true,
@@ -246,7 +247,6 @@
      this.getData()
    },
    selCommonClick(row,prop,item){
      let config=JSON.parse(JSON.stringify(row));
      let details=config.details
      let headerItem={}