user exam update end think about status

This commit is contained in:
xiaomlove
2023-11-15 02:57:53 +08:00
parent 8e649ffafb
commit 09a1238ae6
4 changed files with 6 additions and 0 deletions
+1
View File
@@ -12,4 +12,5 @@ return [
\App\Models\ExamUser::STATUS_NORMAL => '考核中',
],
'end_can_not_before_begin' => '结束时间::end 不能在开始时间::begin 之前',
'status_not_allow_update_end' => '当前状态不为::status_text,无法变更结束时间',
];