vaccination.php 397 B

1234567891011121314151617
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Vaccination' => 'Vaccination',
  5. 'vaccination' => 'Vaccination',
  6. ],
  7. 'fields' => [
  8. 'name' => '疫苗名称',
  9. 'inoculate_time' => '接种时间',
  10. 'inoculate_unit' => '接种单位',
  11. 'desc' => '接种说明',
  12. 'photos' => '照片',
  13. 'student_id' => '学生id',
  14. ],
  15. 'options' => [
  16. ],
  17. ];