☁️
🌸
✨
🌸 {{ displayMonth }}总工时
{{ currentMonthTotalHours.toFixed(1) }}h
✨ {{ displayMonth }}加班时长
{{ currentMonthOvertimeHours.toFixed(1) }}h
💕 {{ displayMonth }}加班工资
¥{{ currentMonthOvertimeAmount.toFixed(0) }}
📅 {{ displayMonth }}工作天数
{{ currentMonthWorkDays }} 天
💎 {{ displayMonth }}基本薪资
¥{{ currentMonthBasicSalary.toFixed(0) }}
——
🎀 {{ displayMonth }}总月薪
¥{{ totalMonthlySalary.toFixed(0) }}
——
⚙️ 设置基本薪资
📥 {{ downloading ? '下载中...' : '下载数据' }}
☁️ 云端
▾
📥
{{ cloudSyncing ? '同步中...' : '从云端同步' }}
📤
{{ cloudSyncing ? '上传中...' : '上传到云端' }}
🔄
刷新状态
{{ cloudStatus.cloud_file_exists ? '✅ 云端文件存在' : '❌ 云端无文件' }}
⚠️ 云端未启用
←
{{ currentYear }}年 {{ currentMonth + 1 }}月
→
日
一
二
三
四
五
六
{{ day.dayNum }}
☁️ {{ day.totalHours.toFixed(1) }}h
🌸 未填
☁️ {{ selectedDate }}
⏰ 上班时间
⏰ 下班时间
☕ 休息时间(小时)
* 午休、用餐等休息时间
在岗总时长:
{{ totalOnDutyHours.toFixed(1) }} 小时
✅ 实际工作工时:
{{ computedNormalHours.toFixed(1) }} 小时
💰 今日预估工资:
¥{{ todayEstimatedSalary.toFixed(2) }}
时薪: ¥{{ hourlyRate.toFixed(2) }} | 日薪: ¥{{ dailyRate.toFixed(2) }}
🌙 加班时长(小时)
💎 加班费率(元/小时)
加班工资总额:
¥{{ computedOvertimeTotal.toFixed(2) }}
🗑️ 清空工时
{{ saving ? '保存中...' : '💕 保存' }}
取消
⚙️ 基本薪资设置
🔘 启用基本薪资计算
月基本工资 (¥)
每月标准工作天数
* 用于计算日薪和时薪,通常为21.75天
每日标准工作小时
* 用于计算时薪
📊 {{ displayMonth }}薪资预览
日薪:
¥{{ dailyRate.toFixed(2) }}
时薪:
¥{{ hourlyRate.toFixed(2) }}
{{ displayMonth }}基本薪资:
¥{{ currentMonthBasicSalary.toFixed(2) }}
{{ displayMonth }}加班工资:
¥{{ currentMonthOvertimeAmount.toFixed(2) }}
{{ displayMonth }}总月薪:
¥{{ totalMonthlySalary.toFixed(2) }}
取消
保存设置
{{ toastMessage }}