feat: 后台表格筛选改为 Above 常驻布局
文章/评论/用户/媒体/订单五个表格的筛选条件从下拉改为表格上方内联显示(FiltersLayout::AboveContent),无需点击即可看到并操作筛选
This commit is contained in:
@@ -81,7 +81,7 @@ class PaymentResource extends Resource
|
||||
\Filament\Tables\Filters\SelectFilter::make('status')
|
||||
->label(__('payment.status'))
|
||||
->options(['paid' => '已支付', 'pending' => '待支付', 'failed' => '失败', 'closed' => '已关闭']),
|
||||
])
|
||||
], \Filament\Tables\Enums\FiltersLayout::AboveContent)
|
||||
->recordActions([])
|
||||
->defaultSort('created_at', 'desc');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user