From 4fddd1b98df95ff1c35236b2edaf19a3ce2946ac Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Mon, 4 Nov 2024 18:20:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dtab=20change=E5=90=8E?= =?UTF-8?q?=E6=B8=85=E7=A9=BA=E6=9F=A5=E8=AF=A2=E8=A1=A8=E5=8D=95=E7=9A=84?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/crud/feature/tabs/crud.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/crud/feature/tabs/crud.tsx b/src/views/crud/feature/tabs/crud.tsx index 9c8f1c2..2dfc130 100644 --- a/src/views/crud/feature/tabs/crud.tsx +++ b/src/views/crud/feature/tabs/crud.tsx @@ -62,6 +62,9 @@ export default function ({ crudExpose }: CreateCrudOptionsProps): CreateCrudOpti title: "ID", key: "id", type: "number", + search: { + show: true + }, column: { width: 50 },