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:
@@ -67,11 +67,11 @@
|
||||
"scheduleTitle": "时间安排",
|
||||
"resultBatchesTitle": "开奖批次",
|
||||
"batchSummaryTotal": "共 {{count}} 批",
|
||||
"batchSummaryPending": "待审 {{count}}",
|
||||
"batchSummaryPending": "待发布 {{count}}",
|
||||
"batchSummaryPublished": "已发 {{count}}",
|
||||
"noResultBatchesYet": "尚无开奖批次。",
|
||||
"reviewQueueHint": "结果生成后,可前往审核与发布处理。",
|
||||
"goToReviewTab": "去审核与发布",
|
||||
"reviewQueueHint": "",
|
||||
"goToReviewTab": "开奖发布",
|
||||
"businessDate": "业务日",
|
||||
"sequenceNo": "流水序号",
|
||||
"plannedDraw": "计划开奖",
|
||||
@@ -96,12 +96,12 @@
|
||||
"published": "已发布",
|
||||
"viewFinance": "查看期号收支",
|
||||
"drawActions": "期号操作",
|
||||
"drawActionsDesc": "手动封盘 / 取消 / RNG / 重开 / 触发结算均直接调用后台接口。",
|
||||
"drawActionsDesc": "",
|
||||
"manualClose": "手动封盘",
|
||||
"cancelDraw": "取消期号",
|
||||
"cancelBeforeDraw": "未开奖前取消",
|
||||
"rngDraw": "RNG开奖",
|
||||
"rngAutoGenerate": "RNG 自动生成",
|
||||
"rngAutoGenerate": "自动开奖",
|
||||
"reopen": "重开",
|
||||
"cooldownReopen": "冷静期重开",
|
||||
"runSettlement": "触发结算",
|
||||
@@ -114,8 +114,8 @@
|
||||
"actualBet": "当期实扣投注",
|
||||
"currentPayout": "当期派彩合计",
|
||||
"grossProfit": "近似毛损益",
|
||||
"settlementBatchList": "结算批次列表(按期号筛选)",
|
||||
"relatedSettlementBatches": "本关联期结算批次",
|
||||
"settlementBatchList": "结算记录",
|
||||
"relatedSettlementBatches": "结算批次",
|
||||
"noSettlementBatches": "暂无结算批次记录。",
|
||||
"ticketCount": "票数",
|
||||
"winCount": "中奖数",
|
||||
@@ -124,7 +124,7 @@
|
||||
"resultsTitle": "开奖结果",
|
||||
"reviewAndPublish": "去审核 / 发布",
|
||||
"viewReviewQueue": "查看审核队列",
|
||||
"noPublishedBatch": "暂无已发布批次。",
|
||||
"noPublishedBatch": "暂无",
|
||||
"version": "版本 v{{version}}",
|
||||
"sourceType": "生成方式 {{source}}",
|
||||
"manualEntry": "人工录入",
|
||||
@@ -135,28 +135,28 @@
|
||||
"tail3": "尾3",
|
||||
"tail2": "尾2",
|
||||
"headTail": "头/尾",
|
||||
"manualResultEntry": "人工录入开奖结果",
|
||||
"currentStatusAndDraft": "当前状态 {{status}} · 保存后生成待确认批次,不会直接发布",
|
||||
"currentStatusLabel": "当前状态",
|
||||
"currentStatusDraftHint": "保存后生成待确认批次,不会直接发布",
|
||||
"manualResultEntry": "录入号码",
|
||||
"currentStatusAndDraft": "",
|
||||
"currentStatusLabel": "状态",
|
||||
"currentStatusDraftHint": "",
|
||||
"hallPreviewStatusLabel": "大厅预览",
|
||||
"enter23Numbers": "请完整输入 23 组 4 位数字",
|
||||
"draftSaved": "已保存草稿 v{{version}},等待确认发布",
|
||||
"draftSaved": "已保存 v{{version}}",
|
||||
"saveFailed": "保存失败",
|
||||
"fillRandomNumbers": "随机填满",
|
||||
"clear": "清空",
|
||||
"saveDraft": "保存草稿",
|
||||
"saving": "保存中…",
|
||||
"pendingBatches": "待确认批次",
|
||||
"noPendingBatches": "当前没有待审核批次。",
|
||||
"batchId": "批次 ID",
|
||||
"pendingBatches": "待发布",
|
||||
"noPendingBatches": "暂无",
|
||||
"batchId": "批次",
|
||||
"numberCount": "号码条数",
|
||||
"reviewAndPublishAction": "核对并发布",
|
||||
"discardPendingBatch": "删除草稿",
|
||||
"reviewAndPublishAction": "发布",
|
||||
"discardPendingBatch": "删除",
|
||||
"discardingPendingBatch": "删除中…",
|
||||
"discardPendingBatchSuccess": "已删除待确认批次,可重新录入或 RNG",
|
||||
"discardPendingBatchFailed": "删除失败",
|
||||
"publishReadOnlyHint": "发布页仅用于核对;若要改号请先删除本批次,回到上方「人工录入」重新保存。",
|
||||
"publishReadOnlyHint": "",
|
||||
"noPublishPermission": "无发布权限",
|
||||
"batchNotFound": "未找到批次",
|
||||
"batchNotFoundDesc": "请返回审核列表确认 batch id。",
|
||||
@@ -173,10 +173,10 @@
|
||||
"publishFailed": "发布失败",
|
||||
"sourceTypeFull": "生成方式:{{source}} · 号码条数:{{count}}/23 · RNG 摘要:{{hash}}",
|
||||
"subnav": {
|
||||
"status": "期号状态",
|
||||
"status": "概览",
|
||||
"results": "开奖结果",
|
||||
"finance": "期号收支",
|
||||
"review": "审核与发布",
|
||||
"finance": "收支",
|
||||
"review": "开奖发布",
|
||||
"riskOccupancy": "风控占用",
|
||||
"riskLockLogs": "占用流水",
|
||||
"riskHot": "热门号码",
|
||||
|
||||
Reference in New Issue
Block a user