Introduce filament

This commit is contained in:
xiaomlove
2022-06-27 01:39:01 +08:00
parent aae45835ee
commit 1aca20070d
92 changed files with 3535 additions and 83 deletions
+6 -1
View File
@@ -5,5 +5,10 @@ return [
'list' => [
'page_title' => '考核用戶列表'
]
]
],
'status' => [
\App\Models\ExamUser::STATUS_FINISHED => '已結束',
\App\Models\ExamUser::STATUS_AVOIDED => '已免除',
\App\Models\ExamUser::STATUS_NORMAL => '考核中',
],
];