{{ scope.row.attendanceGroupDisplay || '无' }}
{{ scope.row.employeeStatus === 1 ? '在职' : '离职' }}
{{ scope.row.dataSourceName || '打卡同步' }}
{{ formatDecimal(scope.row.workDays) }}
{{ formatDecimal(scope.row.leaveDays) }}
{{ formatDecimal(scope.row.restDays) }}
{{ isPunchSource(scope.row) ? formatDecimal(scope.row.monthEntitledRestDays) : '无' }}
{{ isPunchSource(scope.row) ? formatDecimal(scope.row.monthOnDutyDays) : '无' }}
{{ isPunchSource(scope.row) ? formatDecimal(scope.row.monthCompositeWorkDays) : '无' }}
{{ isPunchSource(scope.row) ? formatDecimal(scope.row.monthPaidLeaveDays) : '无' }}
{{ isPunchSource(scope.row) ? formatDecimal(scope.row.monthLeaveDaysTotal) : '无' }}
{{ isPunchSource(scope.row) ? formatDecimal(scope.row.monthLateEarlyDays) : '无' }}
{{ isPunchSource(scope.row) ? formatDecimal(scope.row.monthAbsenteeismDays) : '无' }}
{{ isPunchSource(scope.row) ? formatDecimal(scope.row.monthLateDeductionAmount) : '无' }}
{{ isPunchSource(scope.row) ? formatDecimal(scope.row.monthLeaveDeductionAmount) : '无'
}}
{{ isPunchSource(scope.row) ? formatDecimal(scope.row.monthAbsenteeismDeductionAmount) :
'无' }}
{{ formatTime(scope.row.createTime) }}
{{ formatTime(scope.row.updateTime) }}