exam add user filter: register_days_range

This commit is contained in:
xiaomlove
2023-11-15 02:19:03 +08:00
parent 4907b2f7ac
commit 8e649ffafb
11 changed files with 86 additions and 3 deletions
+1
View File
@@ -15,6 +15,7 @@ return [
\App\Models\Exam::FILTER_USER_CLASS => '用戶等級',
\App\Models\Exam::FILTER_USER_REGISTER_TIME_RANGE => '註冊時間範圍',
\App\Models\Exam::FILTER_USER_DONATE => '是否捐贈',
\App\Models\Exam::FILTER_USER_REGISTER_DAYS_RANGE => '註冊天數範圍',
],
'require_value' => '要求',
'current_value' => '當前',
+4
View File
@@ -148,6 +148,10 @@ return [
'begin' => '註冊時間開始',
'end' => '註冊時間結束',
],
'register_days_range' => [
'begin' => '註冊天數最少',
'end' => '註冊天數最多',
],
'donated' => '是否捐贈',
'index_formatted' => '考核指標',
'filter_formatted' => '目標用戶',