fix(activity-log): 補足庫存對象 unit_cost 與 total_value 欄位翻譯

This commit is contained in:
2026-02-02 09:37:27 +08:00
parent 5e897e4197
commit 313b95ceb9

View File

@@ -86,6 +86,8 @@ const fieldLabels: Record<string, string> = {
quantity: '數量',
safety_stock: '安全庫存',
location: '儲位',
unit_cost: '單位成本',
total_value: '總價值',
// 庫存欄位
batch_number: '批號',
box_number: '箱號',