feat: 产品/任务搜索支持业务序列号(external_serial)检索
This commit is contained in:
@ -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 && (
|
||||
|
||||
Reference in New Issue
Block a user