refactor(admin-reports, i18n): remove rebate commission report and enhance localization

Removed the `getAdminReportRebateCommission` function and its references from the admin reports API and localization files. Updated CSS for improved money display handling in admin components. Enhanced localization support by adding new finance and support workspace entries in English, Nepali, and Chinese, improving user experience across the application.
This commit is contained in:
2026-06-16 16:04:03 +08:00
parent d4cf4ff436
commit a020e34a7d
38 changed files with 1259 additions and 353 deletions

View File

@@ -16,7 +16,7 @@
"deleteSuccess": "已删除 {{name}}",
"deleteFailed": "删除失败",
"roleListTitle": "平台角色管理",
"roleListHint": "可新增自定义角色并配置权限;内置角色(超级管理员、站点管理员、代理)不可删除。",
"roleListHint": "可新增自定义角色并配置权限;内置角色(超级管理员、站点管理员、站点财务、站点客服、代理)不可删除。",
"createRole": "新增平台角色",
"roleCreateSuccess": "已创建角色 {{name}}",
"roleUpdateSuccess": "已更新角色 {{name}}",