修复: 1.管理员编辑代理云端数据权限switch无效(后端缺少CanViewCloudData字段) 2.代理卡密status显示disabledbanned 3.代理用户管理只显示代理/子代理卡密充值过的用户

This commit is contained in:
2026-05-10 14:12:35 +08:00
parent f3b9feca6a
commit 409ec4f75b
7 changed files with 99 additions and 50 deletions
+2 -2
View File
@@ -2819,7 +2819,7 @@
"unused": "Unused",
"used": "Used",
"expired": "Expired",
"disabled": "Disabled",
"banned": "Banned",
"totalCards": "Total Cards",
"searchPlaceholder": "Search card code, app or card type...",
"exportBtn": "Export",
@@ -2840,7 +2840,7 @@
"unused": "Unused",
"used": "Used",
"expired": "Expired",
"disabled": "Disabled"
"banned": "Banned"
},
"create": {
"title": "Generate Cards",
+2 -2
View File
@@ -2820,7 +2820,7 @@
"unused": "未使用",
"used": "已使用",
"expired": "已过期",
"disabled": "已禁用",
"banned": "已禁用",
"totalCards": "卡密总数",
"searchPlaceholder": "搜索卡号、应用或卡类...",
"exportBtn": "导出",
@@ -2841,7 +2841,7 @@
"unused": "未使用",
"used": "已使用",
"expired": "已过期",
"disabled": "已禁用"
"banned": "已禁用"
},
"create": {
"title": "生成卡密",