From 475ed3b57b7e8876461008065ea186f01f0fcfe2 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期日, 28 四月 2024 11:53:43 +0800
Subject: [PATCH] 工种管理模块 列表薪资方案,编辑薪资方案 2个地方的数据重组处理
---
src/views/employeeSalary/attendanceStatistics/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/employeeSalary/attendanceStatistics/index.vue b/src/views/employeeSalary/attendanceStatistics/index.vue
index 752ffcb..38c223d 100644
--- a/src/views/employeeSalary/attendanceStatistics/index.vue
+++ b/src/views/employeeSalary/attendanceStatistics/index.vue
@@ -115,6 +115,7 @@
tableInfomation: [],
allcol: [],
showcol: this.showCol,
+ headerHeight:'47px',
tableColumn: this.setColumnVisible(this.showCol)
}
this.tableList.allcol = this.tableList.tableColumn.filter((ele) => !ele.default).map((ele) => ele.label)
@@ -170,7 +171,7 @@
label:headerList.details[i].date+'',
weekDay:headerList.details[i].weekDay+'',
prop:'headerDate'+headerList.details[i].date,
- min:100,
+ min:80,
default:true,
isCallMethod:true,
isClass: true,
--
Gitblit v1.8.0