1234567891011121314151617181920212223242526272829 |
- <?php
- return [
- 'labels' => [
- 'Student' => '学生',
- 'student' => '学生',
- ],
- 'fields' => [
- 'name' => '学生姓名',
- 'sex' => '性别',
- 'month_old' => '月龄',
- 'join_garden_time' => '入园时间',
- 'parent_name' => '家长姓名',
- 'class_id' => '所在班级',
- 'name_en' => '英文名',
- 'blood_type' => '血型',
- 'hypersensitive_source' => '过敏源',
- 'past_medical_history' => '既往病史',
- 'birthday' => '出生日期',
- 'exclusive_consultant_name' => '专属顾问',
- 'exclusive_consultant_phone' => '专属顾问手机号',
- 'home_address' => '家庭地址',
- 'hobby' => '喜好',
- 'family_lang' => '家庭语言',
- 'sleep_habits_and_others' => '睡眠习惯和其他',
- 'first_communication_of_parents' => '家长初次沟通记录',
- ],
- 'options' => [
- ],
- ];
|