mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
exam add user filter: register_days_range
This commit is contained in:
@@ -15,6 +15,7 @@ return [
|
||||
\App\Models\Exam::FILTER_USER_CLASS => 'User class',
|
||||
\App\Models\Exam::FILTER_USER_REGISTER_TIME_RANGE => 'Register time range',
|
||||
\App\Models\Exam::FILTER_USER_DONATE => 'Donated',
|
||||
\App\Models\Exam::FILTER_USER_REGISTER_DAYS_RANGE => 'Range of days of registration',
|
||||
],
|
||||
'require_value' => 'Require',
|
||||
'current_value' => 'Current',
|
||||
|
||||
@@ -148,6 +148,10 @@ return [
|
||||
'begin' => 'Register time begin',
|
||||
'end' => 'Register time end',
|
||||
],
|
||||
'register_days_range' => [
|
||||
'begin' => 'Minimum days registered',
|
||||
'end' => 'Maximum days registered',
|
||||
],
|
||||
'donated' => 'Donated',
|
||||
'index_formatted' => 'Exam indexes',
|
||||
'filter_formatted' => 'Target users',
|
||||
|
||||
@@ -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' => '当前',
|
||||
|
||||
@@ -150,6 +150,10 @@ return [
|
||||
'begin' => '注册时间开始',
|
||||
'end' => '注册时间结束',
|
||||
],
|
||||
'register_days_range' => [
|
||||
'begin' => '注册天数最少',
|
||||
'end' => '注册天数最多',
|
||||
],
|
||||
'donated' => '是否捐赠',
|
||||
'index_formatted' => '考核指标',
|
||||
'filter_formatted' => '目标用户',
|
||||
|
||||
@@ -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' => '當前',
|
||||
|
||||
@@ -148,6 +148,10 @@ return [
|
||||
'begin' => '註冊時間開始',
|
||||
'end' => '註冊時間結束',
|
||||
],
|
||||
'register_days_range' => [
|
||||
'begin' => '註冊天數最少',
|
||||
'end' => '註冊天數最多',
|
||||
],
|
||||
'donated' => '是否捐贈',
|
||||
'index_formatted' => '考核指標',
|
||||
'filter_formatted' => '目標用戶',
|
||||
|
||||
Reference in New Issue
Block a user