[PROMOTE] 晉升搜尋框提示詞優化至 demo 環境
1. 銷售紀錄搜尋框提示詞更新為「搜尋 訂單號 / 流水號 / 發票號碼 / 員工資訊...」,提示管理員可進行員工資訊查詢。
This commit is contained in:
commit
99f49ced0c
@ -1407,6 +1407,7 @@
|
||||
"Search Invoice No / Flow ID...": "搜尋 發票號碼 / 流水號...",
|
||||
"Search Machine...": "搜尋機台...",
|
||||
"Search Order No / Flow ID / Invoice...": "搜尋 訂單號 / 流水號 / 發票號碼...",
|
||||
"Search Order No / Flow ID / Invoice / Staff Info...": "搜尋 訂單號 / 流水號 / 發票號碼 / 員工資訊...",
|
||||
"Search Product": "搜尋商品",
|
||||
"Search Product / Slot...": "搜尋商品名稱 / 貨道...",
|
||||
"Search accounts...": "搜尋帳號...",
|
||||
|
||||
@ -14,7 +14,7 @@
|
||||
</span>
|
||||
<input type="text" name="search" value="{{ $tab === 'orders' ? $filters['search'] : '' }}"
|
||||
class="py-2.5 pl-12 pr-6 block w-full luxury-input"
|
||||
placeholder="{{ __('Search Order No / Flow ID / Invoice...') }}">
|
||||
placeholder="{{ __('Search Order No / Flow ID / Invoice / Staff Info...') }}">
|
||||
</div>
|
||||
|
||||
<div class="w-full lg:w-48">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user