You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
981 B
31 lines
981 B
<?php |
|
return [ |
|
'labels' => [ |
|
'AdmissionNewStudent' => '录入名单', |
|
'admission-new-student' => '录入名单', |
|
], |
|
'fields' => [ |
|
'mobile' => '手机号', |
|
'name' => '姓名', |
|
'idCard' => '身份证', |
|
'admission_code' => '录取编码', |
|
'admission_college' => '录取学院', |
|
'admitted_major' => '录取专业', |
|
'sex' => '性别', |
|
'status' => '状态', |
|
'create_time' => '导入时间', |
|
'update_time' => '修改时间', |
|
'is_register' => '是否已注册', |
|
'speciality_id' => '入库专业', |
|
'secondary_college_id' => '入库学院', |
|
'is_test' => '测试账号', |
|
'is_new_student' => '学生身份', |
|
'day_student' => '是否为走读生', |
|
'annual_session' => '学年', |
|
'student_info' => '详细信息', |
|
'is_push' => '是否推送', |
|
'zero_enrol' => '0元入学' |
|
], |
|
'options' => [ |
|
], |
|
];
|
|
|