From 144914110abff5391921711ed61eee54b8b8253b Mon Sep 17 00:00:00 2001 From: jialin Date: Tue, 7 Apr 2026 19:56:22 +0800 Subject: [PATCH] feat: more filters component --- src/layouts/index.tsx | 1 + .../_components/pill-button-group/index.tsx | 4 ++-- src/pages/llmodels/filters/index.tsx | 21 +------------------ 3 files changed, 4 insertions(+), 22 deletions(-) diff --git a/src/layouts/index.tsx b/src/layouts/index.tsx index 24fbec95..5958106a 100644 --- a/src/layouts/index.tsx +++ b/src/layouts/index.tsx @@ -356,6 +356,7 @@ export default (props: any) => { void; + onChange?: (value: string | number | undefined | null) => void; options: Option[]; disabled?: boolean; variant?: 'filled' | 'outlined' | 'solid'; diff --git a/src/pages/llmodels/filters/index.tsx b/src/pages/llmodels/filters/index.tsx index fbee55f0..fba297ec 100644 --- a/src/pages/llmodels/filters/index.tsx +++ b/src/pages/llmodels/filters/index.tsx @@ -81,14 +81,6 @@ const FilterFormContent: React.FC = ({ })} > item.value)} > @@ -105,18 +97,7 @@ const FilterFormContent: React.FC = ({ id: 'common.filter.status' })} > - +