{{ scope.row.specCd === '1001' ? $t('todayAttendanceDetail.table.work') : $t('todayAttendanceDetail.table.offWork') }}
{{ scope.row.specCd === '1001'
? `${timeMinFormat(scope.row.leaveValue)}~${timeMinFormat(scope.row.value)}`
: `${timeMinFormat(scope.row.value)}~${timeMinFormat(scope.row.lateValue)}` }}
{{ scope.row.specCd === '1001'
? `${timeMinFormat(scope.row.value)}~${timeMinFormat(scope.row.lateValue)}`
: `${timeMinFormat(scope.row.leaveValue)}~${timeMinFormat(scope.row.value)}` }}
{{ scope.row.checkTime || $t('todayAttendanceDetail.table.notCheckIn') }}