jqhph / dcat-admin

🔥 基于 Laravel 的后台系统构建工具 (Laravel Admin),使用很少的代码快速构建一个功能完善的高颜值后台系统,内置丰富的后台常用组件,开箱即用,让开发者告别冗杂的HTML代码
http://www.dcatadmin.com
MIT License
3.81k stars 680 forks source link

Feature/hasmany tab name #2080

Closed seth-shi closed 2 months ago

seth-shi commented 8 months ago

custom tab name

$form->hasMany('auths', '认证管理', function (Form\NestedForm $form) {
    $form->display('id');
    $form->text('name', 'name');
    $form->setTabName($form->model()->name);
})
stale[bot] commented 2 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.