From 2d490943e72a4668413b5fe1e091bfaa15398f4e Mon Sep 17 00:00:00 2001 From: CD配唱片 <CD配唱片> Date: 星期四, 08 五月 2025 14:17:46 +0800 Subject: [PATCH] 提交钣金异常料号报表静态页及联调,工艺路线下拉加载表格加入节流优化避免下拉加载1s之内多次调用接口问题 --- src/utils/i18n/locales/plan/index.js | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/utils/i18n/locales/plan/index.js b/src/utils/i18n/locales/plan/index.js index 6da39b5..75901c0 100644 --- a/src/utils/i18n/locales/plan/index.js +++ b/src/utils/i18n/locales/plan/index.js @@ -165,7 +165,10 @@ demandQuantity:"闇�姹傛暟閲�", netRequirement:"鍑�闇�姹傞噺", bomItemID: "椤� ID", - customizePlannedCompletionDate:"鑷畾涔夎鍒掑畬宸ユ棩" + customizePlannedCompletionDate:"鑷畾涔夎鍒掑畬宸ユ棩", + //閽i噾鏂欏彿宸ュ崟寮傚父 + abnormalCause:"寮傚父鍘熷洜", + creationTime:"宸ュ崟鍒涘缓鏃堕棿" }, }; export const en = { @@ -335,6 +338,9 @@ demandQuantity:"Demand Quantity", netRequirement:"Net Requirement", bomItemID:"Item ID", - customizePlannedCompletionDate:"Customize the planned completion date" + customizePlannedCompletionDate:"Customize the planned completion date", + //閽i噾鏂欏彿宸ュ崟寮傚父 + abnormalCause:"Abnormal cause", + creationTime:"Creation time" }, }; -- Gitblit v1.9.3