From aaff8b410b90b31d83b06baca30d28c9e01c2219 Mon Sep 17 00:00:00 2001 From: Misaka_Company Date: Thu, 11 Jun 2026 08:39:08 +0800 Subject: [PATCH] Update search placeholder to indicate fuzzy search support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The stored procedure now supports LIKE matching on 车间号, so update the placeholder hint to inform users they can enter partial workshop numbers for fuzzy matching. Co-Authored-By: Claude Opus 4.6 --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6350601..c42b7fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -409,7 +409,7 @@ function SearchBar({ > } - placeholder="请输入车间号,如 R05697" + placeholder="支持模糊搜索,输入排产号数字部分即可查询" onPressEnter={handleSearch} allowClear />