From 07f450cce3c513e88b342c61670663d316e304cf Mon Sep 17 00:00:00 2001 From: lys <971387674@qq.com> Date: Thu, 9 Jan 2025 10:23:36 +0800 Subject: [PATCH] =?UTF-8?q?custom-=E9=93=B6=E7=9B=9B=E7=A7=91=E6=8A=80?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E9=9B=86=E5=9B=A2=E6=9C=89=E9=99=90=E5=85=AC?= =?UTF-8?q?=E5=8F=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/attendanceDataComp.js | 74 +++++++++---------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/pc4mobx/hrmSalary/pages/dataAcquisition/attendance/components/attendanceDataComp.js b/pc4mobx/hrmSalary/pages/dataAcquisition/attendance/components/attendanceDataComp.js index d3389d56..7f91540e 100644 --- a/pc4mobx/hrmSalary/pages/dataAcquisition/attendance/components/attendanceDataComp.js +++ b/pc4mobx/hrmSalary/pages/dataAcquisition/attendance/components/attendanceDataComp.js @@ -302,44 +302,44 @@ class AttendanceDataComp extends Component { return ( { - return ( -
- this.handleViewAttendanceData(record)}>查看 - {showOperateBtn && - - this.handleDeleteAttendanceData(record)}>删除 - - - this.props.onFilterLog("log", record.id)}>{getLabel(545781, "操作日志")} - - - }> - - - - } - { - !showOperateBtn && - { + return ( +
+ this.handleViewAttendanceData(record)}>查看 + {showOperateBtn && + + this.handleDeleteAttendanceData(record)}>删除 + + + this.props.onFilterLog("log", record.id)}>{getLabel(545781, "操作日志")} - } -
- ); - } - } - ]}/> + + + }> + + + + } + { + !showOperateBtn && + this.props.onFilterLog("log", record.id)}>{getLabel(545781, "操作日志")} + } +
+ ); + } + } + ]}/> {/* 考勤引用导入 */}