新增余额明细页面,修复页面useId不更新的问题
This commit is contained in:
@@ -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: "账单详情",
|
||||
|
||||
Reference in New Issue
Block a user