1234567891011121314151617 |
- <?php
- return [
- 'labels' => [
- 'Vaccination' => 'Vaccination',
- 'vaccination' => 'Vaccination',
- ],
- 'fields' => [
- 'name' => '疫苗名称',
- 'inoculate_time' => '接种时间',
- 'inoculate_unit' => '接种单位',
- 'desc' => '接种说明',
- 'photos' => '照片',
- 'student_id' => '学生id',
- ],
- 'options' => [
- ],
- ];
|