|
|
@@ -38,23 +38,21 @@ |
|
|
|
<div class="status-card"> |
|
|
|
<div class="status-time"> |
|
|
|
<!-- 上班 --> |
|
|
|
{{ $t('checkin.workStartTime') }} |
|
|
|
{{ attendanceGroup.workStartTime }} |
|
|
|
{{ getCheckInStatusText('clockIn') }} |
|
|
|
{{ formatTime(attendanceStatus.clockInTime) }} |
|
|
|
</div> |
|
|
|
<div class="status-label"> |
|
|
|
<span>{{ getCheckInStatusText('clockIn') }}</span> |
|
|
|
<span>{{ formatTime(attendanceStatus.clockInTime) }}</span> |
|
|
|
<span>{{ $t('checkin.workStartTime') }} {{ attendanceGroup.workStartTime }}</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="status-card"> |
|
|
|
<div class="status-time"> |
|
|
|
<!-- 下班 --> |
|
|
|
{{ $t('checkin.workEndTime') }} |
|
|
|
{{ attendanceGroup.workEndTime }} |
|
|
|
{{ getCheckInStatusText('clockOut') }} |
|
|
|
{{ formatTime(attendanceStatus.clockOutTime) }} |
|
|
|
</div> |
|
|
|
<div class="status-label"> |
|
|
|
<span>{{ getCheckInStatusText('clockOut') }}</span> |
|
|
|
<span>{{ formatTime(attendanceStatus.clockOutTime) }}</span> |
|
|
|
<span>{{ $t('checkin.workEndTime') }} {{ attendanceGroup.workEndTime }}</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@@ -752,7 +750,7 @@ export default { |
|
|
|
} |
|
|
|
|
|
|
|
.status-time { |
|
|
|
font-size: 16px; |
|
|
|
font-size: 15px; |
|
|
|
font-weight: 600; |
|
|
|
margin-bottom: 5px; |
|
|
|
} |