attendance.php 432 B

1234567891011121314151617
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Attendance' => '出勤',
  5. 'attendance' => '出勤',
  6. ],
  7. 'fields' => [
  8. 'type' => '出勤类型',
  9. 'arrive_school_time' => '到校时间',
  10. 'off_school_time' => '离校时间',
  11. 'leave_type' => '请假类型',
  12. 'leave_start_time' => '请假开始时间',
  13. 'leave_end_time' => '请假结束时间',
  14. ],
  15. 'options' => [
  16. ],
  17. ];