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