新增余额明细页面,修复页面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

@@ -283,7 +283,7 @@ function ResourceList({ resourceType }: ResourceListProps) {
() => [
{
header: "会员号",
accessorFn: (row: Resources) => row.user?.phone || "-",
accessorFn: (row: Resources) => row.user?.phone || "",
},
{
header: "套餐",