增强工单游戏资料搜索

This commit is contained in:
yml2213
2026-08-17 19:26:31 +08:00
parent 2aa8769661
commit 1b4bdec56d
5 changed files with 45 additions and 8 deletions
@@ -912,7 +912,7 @@ export default function WorkOrdersPanel() {
<Input
allowClear
value={keywordInput}
placeholder="订单号或商品名"
placeholder="订单号 / 商品名 / 游戏ID / 游戏昵称"
style={{ width: 280 }}
onChange={(event) => setKeywordInput(event.target.value)}
onPressEnter={searchOrders}