修改长效套餐号跳转问题

This commit is contained in:
Eamon
2026-05-20 15:42:51 +08:00
parent fc25858e72
commit 05c927111b
9 changed files with 142 additions and 35 deletions

View File

@@ -275,9 +275,10 @@ export default function BatchPage() {
accessorKey: "resource.resource_no",
cell: ({ row }) => {
const resourceNo = row.original.resource?.resource_no
const type = row.original.resource?.type
return (
<Link
href={`/resources?resource_no=${resourceNo}`}
href={`/resources?resource_no=${resourceNo}&type=${type}`}
target="_blank"
rel="noopener noreferrer"
className="text-blue-600"