From aa3b05527647aa03ec5303053f9d1c5ca736f3a0 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Mon, 14 Oct 2024 10:23:40 +0800 Subject: [PATCH] =?UTF-8?q?revert:=20=E6=90=9C=E7=B4=A2=E7=BB=84=E4=BB=B6:?= =?UTF-8?q?=20=E4=BA=A7=E5=93=81=E5=90=8C=E6=AD=A5=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AuditStateSelector.jsx | 12 ++++++++++++ src/components/SearchForm.jsx | 9 +++++++++ src/views/products/Detail/Header.jsx | 3 +++ 3 files changed, 24 insertions(+) create mode 100644 src/components/AuditStateSelector.jsx diff --git a/src/components/AuditStateSelector.jsx b/src/components/AuditStateSelector.jsx new file mode 100644 index 0000000..db4c77d --- /dev/null +++ b/src/components/AuditStateSelector.jsx @@ -0,0 +1,12 @@ +import { Select } from 'antd'; +import { useProductsAuditStates } from '@/hooks/useProductsSets'; + +const AuditStateSelector = ({ ...props }) => { + const states = useProductsAuditStates(); + return ( + <> + + + {/* {(use_year || '').replace('all', '')} */}