diff --git a/src/i18n/zh-CN.js b/src/i18n/zh-CN.js index 4a0d97a..53fd544 100644 --- a/src/i18n/zh-CN.js +++ b/src/i18n/zh-CN.js @@ -587,6 +587,7 @@ t.gage.repeatabilityAndReproducibility = '重复性和再现性(R&R)' t.gage.partVariation = '零件变差(TV)' t.gage.decide = '综合判定' t.gage.tabularComputations = '表格计算' +t.gage.tabularComputationsAdd = '表格计算新增' t.gage.fabrication = '制作' @@ -712,7 +713,6 @@ t.researchquality.registrationDate = '登记日期' t.researchquality.changeSource = '变更来源' t.researchquality.owner = '所有者' t.researchquality.category = 'Category' -t.researchquality.title = '标题' t.researchquality.currentStage = '当前阶段' t.researchquality.productName = '产品名称' t.researchquality.qualityChangeStatus = '状态' diff --git a/src/views/modules/customerquality/components/baseConfig-add.vue b/src/views/modules/customerquality/components/baseConfig-add.vue index 07178a4..ef895f2 100644 --- a/src/views/modules/customerquality/components/baseConfig-add.vue +++ b/src/views/modules/customerquality/components/baseConfig-add.vue @@ -1,14 +1,14 @@