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:
@@ -18,7 +18,6 @@ export type ReportUiKey =
|
||||
| "hot_number_risk"
|
||||
| "play_dimension"
|
||||
| "sold_out_number"
|
||||
| "rebate_commission"
|
||||
| "admin_audit";
|
||||
|
||||
/** Maps UI keys to POST /admin/report-jobs `report_type` */
|
||||
@@ -30,7 +29,6 @@ export const REPORT_UI_TO_JOB_TYPE: Record<ReportUiKey, string> = {
|
||||
hot_number_risk: "hot_number_risk_report",
|
||||
play_dimension: "play_dimension_report",
|
||||
sold_out_number: "sold_out_number_report",
|
||||
rebate_commission: "rebate_commission_report",
|
||||
admin_audit: "audit_operation_report",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user