feat: 庫存紀錄顯示儲位並優化返回狀態保持

This commit is contained in:
2026-02-10 11:28:58 +08:00
parent 83d26de6f9
commit e098e40fb8
2 changed files with 6 additions and 6 deletions

View File

@@ -42,7 +42,7 @@ export default function TransactionTable({ transactions, showBatchNumber = false
<th className="px-4 py-3"></th>
<th className="px-4 py-3 text-right"></th>
<th className="px-4 py-3 text-right"></th>
{shouldShowSlot && <th className="px-4 py-3"></th>}
{shouldShowSlot && <th className="px-4 py-3"></th>}
<th className="px-4 py-3"></th>
<th className="px-4 py-3">/</th>
</tr>