新增余额明细页面,修复页面useId不更新的问题

This commit is contained in:
Eamon
2026-04-11 14:57:45 +08:00
parent 790180a847
commit ed95f0520d
23 changed files with 780 additions and 215 deletions

View File

@@ -87,6 +87,7 @@ export default function Appbar(props: { admin: Admin }) {
permissions: "权限列表",
discount: "折扣管理",
statistics: "数据统计",
balance: "余额明细",
}
return labels[path] || path