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.
25 lines
752 B
25 lines
752 B
<?php |
|
return [ |
|
'labels' => [ |
|
'SelectedDormitory' => '分配宿舍', |
|
'selected-dormitory' => '分配宿舍', |
|
], |
|
'fields' => [ |
|
'allocation_dormitory_id' => '床位信息', |
|
'annual_session' => '年届', |
|
'unique_number' => '用户唯一识别码', |
|
'allocation_dormitory_name' => '已确认床位名称', |
|
'status' => '状态', |
|
'create_time' => '创建时间', |
|
'update_time' => '修改时间', |
|
"mobile" => "手机", |
|
"user_name" => "姓名", |
|
"sex" => "性别", |
|
"idcard" => "身份证", |
|
"speciality_id" => "专业", |
|
"is_pay" => "是否已支付", |
|
"dormitory_price" => "宿舍标准", |
|
], |
|
'options' => [ |
|
], |
|
];
|
|
|