From 6a20930a7daf28c35924d55c4323bb181eff09fc Mon Sep 17 00:00:00 2001 From: gyq <875626088@qq.com> Date: Thu, 9 Apr 2026 14:51:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BA=A4=E7=8F=AD=E8=AE=B0?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../data/workconfig/component/my-table.vue | 6 +++--- src/views/user/charge/data.ts | 17 +++++++++++------ 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/src/views/data/workconfig/component/my-table.vue b/src/views/data/workconfig/component/my-table.vue index fd62bb3..971161f 100644 --- a/src/views/data/workconfig/component/my-table.vue +++ b/src/views/data/workconfig/component/my-table.vue @@ -4,10 +4,10 @@ - - + + - + diff --git a/src/views/user/charge/data.ts b/src/views/user/charge/data.ts index 67e180d..58c2195 100644 --- a/src/views/user/charge/data.ts +++ b/src/views/user/charge/data.ts @@ -8,13 +8,18 @@ // adminIn 管理员充值 // adminOut管理员消费 export const $bizCode = { - cashIn: "现金充值", + cashIn: "会员充值", + cashback: "消费返现", + cashback_refund: "消费返现扣减", + freeIn: "霸王餐充值", + awardIn: "充值奖励", wechatIn: "微信小程序充值", alipayIn: "支付宝小程序充值", - awardIn: "充值奖励", - rechargeRefund: "充值退款", - orderPay: "订单消费", + orderPay: "订单支付奖励", orderRefund: "订单退款", - adminIn: "管理员充值", - adminOut: "管理员消费", + rechargeRefund: "充值退款", + rechargeCashRefund: "会员现金退款", + adminIn: "管理员手动增减余额", + adminOut: "管理员退款充值", + rechargeRedemption: "充值兑换码" } \ No newline at end of file