mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
Introduce filament
This commit is contained in:
@@ -5,5 +5,10 @@ return [
|
||||
'list' => [
|
||||
'page_title' => 'Exam users'
|
||||
]
|
||||
]
|
||||
],
|
||||
'status' => [
|
||||
\App\Models\ExamUser::STATUS_FINISHED => 'Finished',
|
||||
\App\Models\ExamUser::STATUS_AVOIDED => 'Avoided',
|
||||
\App\Models\ExamUser::STATUS_NORMAL => 'Normal',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user