mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-09-13 16:23:08 +00:00
feat: add sort by subscription expiry to user list
This commit is contained in:
@@ -3449,7 +3449,8 @@
|
|||||||
"byDate": "By date",
|
"byDate": "By date",
|
||||||
"byBalance": "By balance",
|
"byBalance": "By balance",
|
||||||
"byActivity": "By activity",
|
"byActivity": "By activity",
|
||||||
"bySpent": "By spending"
|
"bySpent": "By spending",
|
||||||
|
"byExpiry": "By expiry"
|
||||||
},
|
},
|
||||||
"pagination": {
|
"pagination": {
|
||||||
"showing": "Showing {{from}}-{{to}} of {{total}}"
|
"showing": "Showing {{from}}-{{to}} of {{total}}"
|
||||||
|
|||||||
@@ -2956,7 +2956,8 @@
|
|||||||
"byDate": "بر اساس تاریخ",
|
"byDate": "بر اساس تاریخ",
|
||||||
"byBalance": "بر اساس موجودی",
|
"byBalance": "بر اساس موجودی",
|
||||||
"byActivity": "بر اساس فعالیت",
|
"byActivity": "بر اساس فعالیت",
|
||||||
"bySpent": "بر اساس هزینه"
|
"bySpent": "بر اساس هزینه",
|
||||||
|
"byExpiry": "بر اساس انقضا"
|
||||||
},
|
},
|
||||||
"pagination": {
|
"pagination": {
|
||||||
"showing": "نمایش {{from}}-{{to}} از {{total}}"
|
"showing": "نمایش {{from}}-{{to}} از {{total}}"
|
||||||
|
|||||||
@@ -3846,7 +3846,8 @@
|
|||||||
"byDate": "По дате",
|
"byDate": "По дате",
|
||||||
"byBalance": "По балансу",
|
"byBalance": "По балансу",
|
||||||
"byActivity": "По активности",
|
"byActivity": "По активности",
|
||||||
"bySpent": "По расходам"
|
"bySpent": "По расходам",
|
||||||
|
"byExpiry": "По истечению подписки"
|
||||||
},
|
},
|
||||||
"pagination": {
|
"pagination": {
|
||||||
"showing": "Показано {{from}}-{{to}} из {{total}}"
|
"showing": "Показано {{from}}-{{to}} из {{total}}"
|
||||||
|
|||||||
@@ -2955,7 +2955,8 @@
|
|||||||
"byDate": "按日期",
|
"byDate": "按日期",
|
||||||
"byBalance": "按余额",
|
"byBalance": "按余额",
|
||||||
"byActivity": "按活跃度",
|
"byActivity": "按活跃度",
|
||||||
"bySpent": "按消费"
|
"bySpent": "按消费",
|
||||||
|
"byExpiry": "按到期"
|
||||||
},
|
},
|
||||||
"pagination": {
|
"pagination": {
|
||||||
"showing": "显示 {{from}}-{{to}},共 {{total}}"
|
"showing": "显示 {{from}}-{{to}},共 {{total}}"
|
||||||
|
|||||||
@@ -288,6 +288,7 @@ export default function AdminUsers() {
|
|||||||
<option value="balance">{t('admin.users.filters.byBalance')}</option>
|
<option value="balance">{t('admin.users.filters.byBalance')}</option>
|
||||||
<option value="last_activity">{t('admin.users.filters.byActivity')}</option>
|
<option value="last_activity">{t('admin.users.filters.byActivity')}</option>
|
||||||
<option value="total_spent">{t('admin.users.filters.bySpent')}</option>
|
<option value="total_spent">{t('admin.users.filters.bySpent')}</option>
|
||||||
|
<option value="subscription_end_date">{t('admin.users.filters.byExpiry')}</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user