student.php 946 B

1234567891011121314151617181920212223242526272829
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Student' => '学生',
  5. 'student' => '学生',
  6. ],
  7. 'fields' => [
  8. 'name' => '学生姓名',
  9. 'sex' => '性别',
  10. 'month_old' => '月龄',
  11. 'join_garden_time' => '入园时间',
  12. 'parent_name' => '家长姓名',
  13. 'class_id' => '所在班级',
  14. 'name_en' => '英文名',
  15. 'blood_type' => '血型',
  16. 'hypersensitive_source' => '过敏源',
  17. 'past_medical_history' => '既往病史',
  18. 'birthday' => '出生日期',
  19. 'exclusive_consultant_name' => '专属顾问',
  20. 'exclusive_consultant_phone' => '专属顾问手机号',
  21. 'home_address' => '家庭地址',
  22. 'hobby' => '喜好',
  23. 'family_lang' => '家庭语言',
  24. 'sleep_habits_and_others' => '睡眠习惯和其他',
  25. 'first_communication_of_parents' => '家长初次沟通记录',
  26. ],
  27. 'options' => [
  28. ],
  29. ];