feat(procurement): 修正採購單與進貨單日期標籤、狀態與操作紀錄本地化
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user