feat(商品): 調整商品代號顯示與會計報表樣式
This commit is contained in:
@@ -76,7 +76,7 @@ export default function ProductTable({
|
||||
<TableHead className="w-[50px] text-center">#</TableHead>
|
||||
<TableHead>
|
||||
<button onClick={() => onSort("code")} className="flex items-center hover:text-gray-900">
|
||||
商品編號 <SortIcon field="code" />
|
||||
商品代號 <SortIcon field="code" />
|
||||
</button>
|
||||
</TableHead>
|
||||
<TableHead>
|
||||
|
||||
Reference in New Issue
Block a user