feat: 产品/任务搜索支持业务序列号(external_serial)检索

This commit is contained in:
2026-09-07 11:08:49 +08:00
parent b4795181ee
commit 109f45f22a
3 changed files with 3 additions and 2 deletions

View File

@ -573,7 +573,7 @@ export default function AdminTasksPage() {
type="text"
value={keyword}
onChange={(e) => setKeyword(e.target.value)}
placeholder="搜索产品身份证、订单号、规格型号..."
placeholder="搜索产品身份证、业务序列号、订单号、名称、规格型号..."
className="w-full rounded-lg border border-gray-200 py-2.5 pl-9 pr-8 text-sm focus:border-blue-400 focus:outline-none focus:ring-2 focus:ring-blue-100"
/>
{keyword && (