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.
|
<?php |
|
return [ |
|
'labels' => [ |
|
'SecondaryCollege' => '二级学院', |
|
'secondary-college' => '二级学院', |
|
], |
|
'fields' => [ |
|
'name' => '学院名称', |
|
'status' => '状态', |
|
'update_time' => '修改时间', |
|
'create_time' => '创建时间', |
|
], |
|
'options' => [ |
|
], |
|
];
|
|
|