feat(admin, settlement, dashboard): strengthen permission gating and billing workflows

This commit is contained in:
2026-06-09 13:44:19 +08:00
parent 7e65c53732
commit b7278e68a4
41 changed files with 900 additions and 199 deletions

View File

@@ -185,6 +185,11 @@
"outMin": "彩票钱包转出主站钱包的单笔下限",
"outMax": "彩票钱包转出主站钱包的单笔上限"
},
"validation": {
"amountAtLeastMinorUnit": "{{field}} 必须是有效金额,且至少为 0.01。",
"inRangeInvalid": "转入最大金额不能小于转入最小金额。",
"outRangeInvalid": "转出最大金额不能小于转出最小金额。"
},
"discard": "放弃更改",
"confirmSaveTitle": "确认保存钱包限额?",
"confirmSaveDescription": "将更新转入/转出单笔限额,立即影响玩家钱包转账。"

View File

@@ -157,18 +157,45 @@
"agent": {
"title": "经营概览",
"subtitle": "本线路数据范围 · {{name}}",
"heroEyebrow": "今日经营驾驶舱",
"heroTitle": "{{name}} 的线路动态",
"creditTitle": "授信额度",
"creditAvailable": "可下发 {{amount}}",
"creditAllocated": "已下发 {{amount}}",
"creditUsed": "已占用 {{amount}}",
"creditAllocatedLabel": "已下发额度",
"creditUsedLabel": "已占用额度",
"shareRate": "总占成 {{rate}}%",
"settlementCycle": "账期 {{cycle}}",
"teamTitle": "团队规模",
"directChildren": "直属下级代理",
"directPlayers": "直属玩家",
"subtreeAgents": "线路代理数",
"teamPlayers": "线路玩家数",
"activePlayersToday": "今日活跃玩家",
"betOrdersToday": "今日下注单数",
"todayBet": "今日下注",
"todayPayout": "今日派彩",
"todayProfit": "今日盈亏",
"sevenDayTitle": "近 7 天走势",
"sevenDayPayout": "派彩 {{amount}}",
"sevenDayProfit": "盈亏 {{amount}}",
"pendingBills": "待结代理账单",
"pendingUnpaid": "未结合计 {{amount}}",
"latestBetAt": "最近下注 {{time}}",
"noBetToday": "今日暂时没有下注",
"topMomentum": "今日投注焦点",
"topMomentumHint": "对应盈亏 {{profit}}",
"managementFocus": "经营重点",
"focusBet": "今天先盯下注额",
"focusPlayers": "今天活跃人数",
"focusBills": "待跟进账单",
"quickStatsTitle": "线路权限快照",
"canCreateChildAgent": "可开下级代理",
"canCreatePlayer": "可开玩家",
"lineDepth": "线路层级",
"yes": "是",
"no": "否",
"viewBills": "查看账单",
"viewLine": "代理线路",
"quickLinks": {

View File

@@ -102,6 +102,9 @@
"entryKind": {
"adjustment": "调账流水"
},
"status": {
"posted": "已入账"
},
"actions": {
"viewPlayer": "玩家详情",
"viewBill": "账单详情",

View File

@@ -26,6 +26,7 @@
"status": "状态",
"actions": "操作",
"viewTicketInList": "查看该注单",
"viewPlayer": "查看玩家",
"failReason": "失败原因",
"winAmount": "中奖",
"placedAt": "下单时间",