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

@@ -97,7 +97,7 @@ export default function BillingPage() {
})
useEffect(() => {
setLoading(true)
setLoading(true)
getSkuList({
product_code: skuProductCode,
})
@@ -328,7 +328,7 @@ export default function BillingPage() {
<DataTable<Billing>
{...table}
columns={[
{ header: "会员号", accessorFn: row => row.user?.phone || "-" },
{ header: "会员号", accessorFn: row => row.user?.phone || "" },
{ header: "套餐号", accessorKey: "resource.resource_no" },
{
header: "账单详情",