feat(商品): 調整商品代號顯示與會計報表樣式
This commit is contained in:
@@ -191,7 +191,7 @@ export default function ProductManagement({ products, categories, units, filters
|
||||
<div className="flex-1 relative">
|
||||
<Search className="absolute left-3 top-1/2 transform -translate-y-1/2 text-gray-400 h-4 w-4" />
|
||||
<Input
|
||||
placeholder="搜尋商品名稱、商品編號、品牌..."
|
||||
placeholder="搜尋商品名稱、商品代號、品牌..."
|
||||
value={searchTerm}
|
||||
onChange={(e) => handleSearchChange(e.target.value)}
|
||||
className="pl-10 pr-10"
|
||||
|
||||
Reference in New Issue
Block a user