src/utils/i18n/locales/plan/index.js
@@ -165,7 +165,10 @@
    demandQuantity:"需求数量",
    netRequirement:"净需求量",
    bomItemID: "项 ID",
    customizePlannedCompletionDate:"自定义计划完工日"
    customizePlannedCompletionDate:"自定义计划完工日",
    //钣金料号工单异常
    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",
    //钣金料号工单异常
    abnormalCause:"Abnormal cause",
    creationTime:"Creation time"
  },
};