feat(admin): 仪表盘重构、代理线路修复与后台体验优化
Some checks failed
lotteryadmin CI / build (push) Has been cancelled
Some checks failed
lotteryadmin CI / build (push) Has been cancelled
- 各角色仪表盘:KPI 可点击跳转、快捷入口、去重冗余区块,代理/站点降级 analytics - 代理线路:创建玩家权限、侧栏搜索、深链 URL、档案保存与删除预检等修复 - 统一密码最短 6 位;代理模块表格/侧栏背景色一致(admin-table-inset) - 报表、钱包、对账、开奖、结算、配置等模块结构与 i18n 同步更新
This commit is contained in:
@@ -1,20 +1,37 @@
|
||||
{
|
||||
"title": "Audit Logs",
|
||||
"moduleCode": "Module code",
|
||||
"actionCode": "Action code",
|
||||
"operatorType": "Operator type",
|
||||
"operatorIdPlaceholder": "Enter operator ID",
|
||||
"exactMatch": "Exact match",
|
||||
"operatorTypePlaceholder": "For example admin / system",
|
||||
"operator": "Operator",
|
||||
"module": "Module",
|
||||
"action": "Action",
|
||||
"target": "Target",
|
||||
"title": "Activity Log",
|
||||
"filterModule": "Business area",
|
||||
"filterModuleAll": "All areas",
|
||||
"filterOperatorType": "Actor type",
|
||||
"filterOperatorTypeAll": "All",
|
||||
"operatorIdPlaceholder": "Optional operator ID",
|
||||
"operator": "Actor",
|
||||
"summary": "What happened",
|
||||
"target": "Related to",
|
||||
"time": "Time",
|
||||
"empty": "No data",
|
||||
"empty": "No records",
|
||||
"moduleOptions": {
|
||||
"agent": "Agents",
|
||||
"system": "System admin",
|
||||
"settings": "Settings",
|
||||
"integration": "Integration sites",
|
||||
"player_manage": "Player management",
|
||||
"player_service": "Player service",
|
||||
"risk_cap": "Risk caps",
|
||||
"odds": "Odds",
|
||||
"play_config": "Play config",
|
||||
"settlement": "Settlement",
|
||||
"report_jobs": "Report export",
|
||||
"reconcile_jobs": "Reconcile jobs",
|
||||
"draw": "Draws",
|
||||
"wallet": "Wallet",
|
||||
"reconcile": "Reconcile",
|
||||
"jackpot": "Jackpot",
|
||||
"dashboard": "Dashboard"
|
||||
},
|
||||
"operatorTypes": {
|
||||
"admin": "Admin",
|
||||
"admin": "Admin user",
|
||||
"player": "Player",
|
||||
"system": "System"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user