mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
Introduce filament
This commit is contained in:
@@ -5,5 +5,10 @@ return [
|
||||
'list' => [
|
||||
'page_title' => '考核用戶列表'
|
||||
]
|
||||
]
|
||||
],
|
||||
'status' => [
|
||||
\App\Models\ExamUser::STATUS_FINISHED => '已結束',
|
||||
\App\Models\ExamUser::STATUS_AVOIDED => '已免除',
|
||||
\App\Models\ExamUser::STATUS_NORMAL => '考核中',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user