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, "操作日志")} + } +
+ ); + } + } + ]}/> {/* 考勤引用导入 */}