新增余额明细页面,修复页面useId不更新的问题
This commit is contained in:
@@ -252,7 +252,7 @@ export default function BatchPage() {
|
||||
columns={[
|
||||
{
|
||||
header: "会员号",
|
||||
accessorFn: row => row.user?.phone || "-",
|
||||
accessorFn: row => row.user?.phone || "",
|
||||
},
|
||||
{ header: "套餐号", accessorKey: "resource.resource_no" },
|
||||
{ header: "批次号", accessorKey: "batch_no" },
|
||||
|
||||
Reference in New Issue
Block a user