From df8eea01fe73c519abe5c6f9b40b937391897080 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期四, 25 四月 2024 18:50:14 +0800 Subject: [PATCH] 考勤统计表头增加星期 --- src/views/employeeSalary/attendanceStatistics/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/employeeSalary/attendanceStatistics/index.vue b/src/views/employeeSalary/attendanceStatistics/index.vue index 4680b7a..752ffcb 100644 --- a/src/views/employeeSalary/attendanceStatistics/index.vue +++ b/src/views/employeeSalary/attendanceStatistics/index.vue @@ -168,6 +168,7 @@ 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, default:true, @@ -246,7 +247,6 @@ this.getData() }, selCommonClick(row,prop,item){ - let config=JSON.parse(JSON.stringify(row)); let details=config.details let headerItem={} -- Gitblit v1.8.0