feat: add admin wallet recharge order actions

This commit is contained in:
JetSprow
2026-05-01 05:28:20 +10:00
parent 8034392408
commit 1dd3157177
9 changed files with 333 additions and 21 deletions

View File

@@ -31,6 +31,7 @@ export const auditActionFilterOptions = [
{ label: "风控操作", value: "risk." },
{ label: "系统设置", value: "settings." },
{ label: "支付配置", value: "payment." },
{ label: "钱包充值", value: "wallet_recharge." },
{ label: "公告操作", value: "announcement." },
{ label: "工单操作", value: "support." },
{ label: "优惠规则", value: "coupon." },
@@ -112,6 +113,9 @@ const auditActionLabels: Record<string, string> = {
"user.force_delete": "强制删除用户",
"user.status": "更新用户状态",
"user.update": "更新用户",
"wallet_recharge.cancel": "取消充值订单",
"wallet_recharge.confirm": "确认充值入账",
"wallet_recharge.delete": "删除充值记录",
};
const auditTargetTypeLabels: Record<string, string> = {
@@ -134,6 +138,7 @@ const auditTargetTypeLabels: Record<string, string> = {
TrafficSync: "流量同步",
User: "用户",
UserSubscription: "订阅",
WalletRechargeOrder: "充值订单",
};
const tokenLabels: Record<string, string> = {