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 => 'Normal',
],
'end_can_not_before_begin' => "End time: :end can't be before begin time: :begin",
'status_not_allow_update_end' => 'Current status is not::status_text, unable to change end time',
];
+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,无法变更结束时间',
];
+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,無法變更結束時間',
];