feat(web): 增加角色列表和充值流水功能

- 在 HomeView 中添加角色列表和充值流水两个表格
- 实现角色列表数据的获取和搜索功能
- 添加充值流水数据的获取功能
- 引入 dayjs 库对时间进行格式化
- 优化表单选择框,使用 el-select-v2 组件
This commit is contained in:
2025-04-24 18:14:28 +08:00
parent 278684d3ff
commit 26bd2029e7
5 changed files with 108 additions and 35 deletions

View File

@@ -10,6 +10,7 @@
"format": "prettier --write src/"
},
"dependencies": {
"dayjs": "^1.11.13",
"element-plus": "^2.9.8",
"vue": "^3.5.13",
"vue-router": "^4.5.0"