[增添]添加了datasource的setting数据库以及默认值
This commit is contained in:
10
vendor/filament/actions/resources/views/grouped-action.blade.php
vendored
Normal file
10
vendor/filament/actions/resources/views/grouped-action.blade.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<x-filament-actions::action
|
||||
:action="$action"
|
||||
:badge="$getBadge()"
|
||||
:badge-color="$getBadgeColor()"
|
||||
dynamic-component="filament::dropdown.list.item"
|
||||
:icon="$getGroupedIcon()"
|
||||
class="fi-ac-grouped-action"
|
||||
>
|
||||
{{ $getLabel() }}
|
||||
</x-filament-actions::action>
|
||||
Reference in New Issue
Block a user