1234567891011121314151617 |
- <?php
- return [
- 'labels' => [
- 'Attendance' => '出勤',
- 'attendance' => '出勤',
- ],
- 'fields' => [
- 'type' => '出勤类型',
- 'arrive_school_time' => '到校时间',
- 'off_school_time' => '离校时间',
- 'leave_type' => '请假类型',
- 'leave_start_time' => '请假开始时间',
- 'leave_end_time' => '请假结束时间',
- ],
- 'options' => [
- ],
- ];
|