feat(procurement): 修正採購單與進貨單日期標籤、狀態與操作紀錄本地化

This commit is contained in:
2026-02-04 13:20:18 +08:00
parent 4ba85ce446
commit 95fdec8a06
4 changed files with 24 additions and 8 deletions

View File

@@ -89,7 +89,7 @@ export default function ViewPurchaseOrderPage({ order }: Props) {
<span className="font-medium text-gray-900">{formatDateTime(order.createdAt)}</span>
</div>
<div>
<span className="text-sm text-gray-500 block mb-1"></span>
<span className="text-sm text-gray-500 block mb-1"></span>
<span className="font-medium text-gray-900">{order.orderDate || "-"}</span>
</div>
<div>