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.
23 lines
644 B
23 lines
644 B
<?php |
|
return [ |
|
'labels' => [ |
|
'LoanStudentsList' => '贷款名单', |
|
'loan-students-list' => '贷款名单', |
|
], |
|
'fields' => [ |
|
'sfzh' => '身份证号', |
|
'xh' => '学号', |
|
'xm' => '姓名', |
|
'annual_session' => '年份', |
|
'fylx' => '费用类型', |
|
'total' => '贷款总额', |
|
'xfje' => '抵扣学费金额', |
|
'zsje' => '抵扣住宿费金额', |
|
'is_push' => '是否已推送', |
|
'create_time' => '创建时间', |
|
'update_time' => '修改时间', |
|
'is_five_year' => '是否为五年制一贯制', |
|
], |
|
'options' => [ |
|
], |
|
];
|
|
|