增强工单游戏资料搜索
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user