dcat-admin icon indicating copy to clipboard operation
dcat-admin copied to clipboard

Feature/hasmany tab name

Open seth-shi opened this issue 2 years ago • 0 comments

custom tab name

$form->hasMany('auths', '认证管理', function (Form\NestedForm $form) {
    $form->display('id');
    $form->text('name', 'name');
    $form->setTabName($form->model()->name);
})

seth-shi avatar Oct 20 '23 08:10 seth-shi