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.
26 lines
769 B
26 lines
769 B
<?php |
|
return [ |
|
'labels' => [ |
|
'AllocationDormitoryBed' => '床位管理', |
|
'allocation-dormitory-bed' => '床位管理', |
|
], |
|
'fields' => [ |
|
'dormitory_type' => '宿舍类型', |
|
'multiple_worlds' => '几人间', |
|
'living_area' => '生活区', |
|
'building_id' => '楼栋', |
|
'floor_id' => '楼层', |
|
'dormitory_number' => '宿舍号', |
|
'bed_id' => '床位', |
|
'speciality_id' => '专业', |
|
'status' => '状态', |
|
'create_time' => '创建时间', |
|
'update_time' => '修改时间', |
|
'sex' => '性别', |
|
'secondary_college_id' => '二级学院', |
|
'is_select' => '是否被占用', |
|
'zero_enrol' => '0元入学' |
|
], |
|
'options' => [ |
|
], |
|
];
|
|
|