mirror of
https://github.com/JetSprow/J-Board-Lite.git
synced 2026-05-01 01:14:10 +05:30
feat: add admin wallet recharge order actions
This commit is contained in:
@@ -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> = {
|
||||
|
||||
Reference in New Issue
Block a user