feat: 后台表格筛选改为 Above 常驻布局
文章/评论/用户/媒体/订单五个表格的筛选条件从下拉改为表格上方内联显示(FiltersLayout::AboveContent),无需点击即可看到并操作筛选
This commit is contained in:
@@ -65,7 +65,7 @@ class CommentsTable
|
||||
'spam' => '垃圾',
|
||||
'rejected' => '已拒绝',
|
||||
]),
|
||||
])
|
||||
], \Filament\Tables\Enums\FiltersLayout::AboveContent)
|
||||
->recordActions([
|
||||
Action::make('approve')
|
||||
->label('通过')
|
||||
|
||||
Reference in New Issue
Block a user