增强工单游戏资料搜索

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}
@@ -327,7 +327,7 @@ export default function WorkerHallPage() {
<Input
allowClear
value={keywordInput}
placeholder="搜索商品 / 订单号"
placeholder="搜索商品 / 订单号 / 游戏ID / 游戏昵称"
prefix={<SearchOutlined />}
className="worker-hall-mobile-search-input"
onChange={(event) => {
@@ -524,7 +524,7 @@ export default function WorkerHallPage() {
<Input
allowClear
value={keywordInput}
placeholder="搜索商品名称 / 订单号"
placeholder="搜索商品名称 / 订单号 / 游戏ID / 游戏昵称"
prefix={<SearchOutlined />}
onChange={(event) => {
const nextKeyword = event.target.value
@@ -659,7 +659,7 @@ export default function WorkerOrdersPage() {
<Input
allowClear
value={keywordInput}
placeholder="搜索订单号 / 商品名"
placeholder="搜索订单号 / 商品名 / 游戏ID / 游戏昵称"
prefix={<SearchOutlined />}
className="worker-orders-mobile-search-input"
onChange={(event) => {
@@ -986,7 +986,7 @@ export default function WorkerOrdersPage() {
<Input
allowClear
value={keywordInput}
placeholder="搜索订单号 / 商品名"
placeholder="搜索订单号 / 商品名 / 游戏ID / 游戏昵称"
prefix={<SearchOutlined />}
onChange={(event) => {
const nextValue = event.target.value