2910410219andClaude c2244f50b1 新增:用户管理增加充值功能与钱包流水查询
- 操作列新增"充值""流水信息"按钮,权限与修改一致(isOperation 控制)
- 新增充值弹窗 rechargeUser.vue:展示账户名称(只读),金额单位元(校验大于0、最多两位小数),提交 userId/userName/amount/orderNo/description
- 新增流水弹窗 walletLog.vue:展示充值与扣费明细(income/expense),金额元,后端分页(pageNum/pageSize)
- 新增 recharge、getWalletLogs 接口,路径 shop-user-trade/account/controller/*
- other.scss 补充 op-btn-recharge 固定绿色样式(含 dark 主题)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-08-28 15:28:03 +08:00
2026-06-26 15:16:50 +08:00
2026-04-24 09:36:56 +08:00
2026-05-27 11:24:51 +08:00
2026-06-17 09:55:30 +08:00
2025-11-20 09:41:24 +08:00
2025-11-20 09:10:35 +08:00
2026-06-26 15:58:00 +08:00
2025-11-22 12:02:35 +08:00
2025-11-20 09:10:35 +08:00
2026-08-27 09:23:22 +08:00
2026-08-14 11:25:13 +08:00
2025-11-20 09:10:35 +08:00
2025-11-20 09:10:35 +08:00
2025-11-20 09:10:35 +08:00
2026-06-25 13:32:52 +08:00
2025-11-20 09:10:35 +08:00
2025-11-20 09:10:35 +08:00

🌈 介绍

基于 vue3.x + CompositionAPI + typescript + vite + element plus + vue-router-next + next.vuex,适配手机、平板、pc 的后台开源免费模板,希望减少工作量,帮助大家实现快速开发。

🚧 安装 cnpm、yarn

  • 复制代码(桌面 cmd 运行) npm install -g cnpm --registry=https://registry.npm.taobao.org
  • 复制代码(桌面 cmd 运行) npm install -g yarn

🏭 环境支持

Edge last 2 versions last 2 versions last 2 versions
Edge Firefox Chrome Safari

由于 Vue3 不再支持 IE11,故而 ElementPlus 也不支持 IE11 及之前版本。

使用说明

建议使用 cnpm,因为 yarn 有时会报错。node 版本[v16.x ~ v20.x)

# 克隆项目
git clone -b v3.2 https://gitee.com/tiger1103/gfast-ui.git
# 进入项目
cd gfast-ui
# 安装依赖
npm install --registry=https://registry.npmmirror.com
# 运行项目
npm run dev
# 打包发布
npm run build

❤特别鸣谢

S
Description
No description provided
Readme MIT
6.3 MiB
Languages
Vue 81.2%
TypeScript 13.8%
SCSS 2.3%
HTML 1.8%
CSS 0.9%