fix: 分类/友链资源字段全部中文化(语言包 lang/zh_CN.json + __() 引用),支付过滤补 label,消除后台表格/表单英文
This commit is contained in:
@@ -65,6 +65,7 @@ class PaymentResource extends Resource
|
||||
])
|
||||
->filters([
|
||||
\Filament\Tables\Filters\SelectFilter::make('status')
|
||||
->label(__('payment.status'))
|
||||
->options(['paid' => '已支付', 'pending' => '待支付', 'failed' => '失败', 'closed' => '已关闭']),
|
||||
])
|
||||
->recordActions([])
|
||||
|
||||
Reference in New Issue
Block a user