网关添加secret密钥字段 & 更新脚本的远程仓库地址

This commit is contained in:
Eamon
2026-04-23 11:04:57 +08:00
parent dca32c435a
commit 385869604a
6 changed files with 83 additions and 53 deletions

View File

@@ -113,8 +113,8 @@ export default function BatchPage() {
data-invalid={fieldState.invalid}
className="w-40 flex-none"
>
<FieldLabel></FieldLabel>
<Input {...field} placeholder="请输入批次号" />
<FieldLabel></FieldLabel>
<Input {...field} placeholder="请输入提取编号" />
<FieldError>{fieldState.error?.message}</FieldError>
</Field>
)}
@@ -256,7 +256,7 @@ export default function BatchPage() {
accessorFn: row => row.user?.phone || "",
},
{ header: "套餐号", accessorKey: "resource.resource_no" },
{ header: "批次号", accessorKey: "batch_no" },
{ header: "提取编号", accessorKey: "batch_no" },
{ header: "省份", accessorKey: "prov" },
{ header: "城市", accessorKey: "city" },
{ header: "用户IP", accessorKey: "ip" },