From 1b56e5ca59f20aebc5add65a6a76d9a5f2b1b03b Mon Sep 17 00:00:00 2001 From: CD配唱片 <CD配唱片> Date: 星期三, 07 五月 2025 17:53:01 +0800 Subject: [PATCH] 钣金冗余工单联调 --- src/utils/i18n/locales/plan/index.js | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/utils/i18n/locales/plan/index.js b/src/utils/i18n/locales/plan/index.js index cd246f7..c916b2b 100644 --- a/src/utils/i18n/locales/plan/index.js +++ b/src/utils/i18n/locales/plan/index.js @@ -156,7 +156,8 @@ requirementPlanCompletionDate:"闇�姹傝鍒掑畬宸ユ棩", processRouteWorkingHours:"宸ヨ壓璺嚎宸ユ椂", demandQuantity:"闇�姹傛暟閲�", - netRequirement:"鍑�闇�姹傞噺" + netRequirement:"鍑�闇�姹傞噺", + bomItemID: "椤� ID" }, }; export const en = { @@ -317,6 +318,7 @@ requirementPlanCompletionDate:"Requirement plan completion date", processRouteWorkingHours:"Process route working hours", demandQuantity:"Demand Quantity", - netRequirement:"Net Requirement" + netRequirement:"Net Requirement", + bomItemID:"Item ID" }, }; -- Gitblit v1.9.3