fix 80127
This commit is contained in:
@@ -215,7 +215,16 @@ module.exports = {
|
|||||||
standardConsultationProcess: {
|
standardConsultationProcess: {
|
||||||
standardText: '标准文本',
|
standardText: '标准文本',
|
||||||
selectText: '选择文本',
|
selectText: '选择文本',
|
||||||
selectionStandardFile: '选择标准文件'
|
selectionStandardFile: '选择标准文件',
|
||||||
|
relevantDocument: '相关文件',
|
||||||
|
endDate: '征求意见结束日期',
|
||||||
|
senderType: '下发人员类型',
|
||||||
|
moduleOwner: '模块负责人',
|
||||||
|
designEngineer: '设计工程师',
|
||||||
|
solicitationList: '征求意见列表',
|
||||||
|
chapterName: '章节名称',
|
||||||
|
pleaseSelectCriteriaFirst: '请先选择标准',
|
||||||
|
reasonForRevision: '修改意见理由(包括理由或依据)'
|
||||||
},
|
},
|
||||||
// 企标稽查计划
|
// 企标稽查计划
|
||||||
esInspectionPlan: {
|
esInspectionPlan: {
|
||||||
|
|||||||
@@ -244,7 +244,8 @@ module.exports = {
|
|||||||
designEngineer: '设计工程师',
|
designEngineer: '设计工程师',
|
||||||
solicitationList: '征求意见列表',
|
solicitationList: '征求意见列表',
|
||||||
chapterName: '章节名称',
|
chapterName: '章节名称',
|
||||||
pleaseSelectCriteriaFirst: '请先选择标准'
|
pleaseSelectCriteriaFirst: '请先选择标准',
|
||||||
|
reasonForRevision: '修改意见理由(包括理由或依据)'
|
||||||
},
|
},
|
||||||
// 企标稽查计划
|
// 企标稽查计划
|
||||||
esInspectionPlan: {
|
esInspectionPlan: {
|
||||||
|
|||||||
@@ -477,7 +477,7 @@ export default {
|
|||||||
scopedSlots: { customRender: 'text' }
|
scopedSlots: { customRender: 'text' }
|
||||||
},
|
},
|
||||||
{ // 修改意见内容
|
{ // 修改意见内容
|
||||||
title: this.$t('workCenter.enStandardChange.revisedOpinionContent'),
|
title: this.$t('workCenter.standardConsultationProcess.reasonForRevision'),
|
||||||
children: [
|
children: [
|
||||||
{ // 修改前
|
{ // 修改前
|
||||||
title: this.$t('workCenter.enStandardChange.beforeUpdate'),
|
title: this.$t('workCenter.enStandardChange.beforeUpdate'),
|
||||||
@@ -536,7 +536,7 @@ export default {
|
|||||||
scopedSlots: { customRender: 'text' }
|
scopedSlots: { customRender: 'text' }
|
||||||
},
|
},
|
||||||
{ // 修改意见内容
|
{ // 修改意见内容
|
||||||
title: this.$t('workCenter.enStandardChange.revisedOpinionContent'),
|
title: this.$t('workCenter.standardConsultationProcess.reasonForRevision'),
|
||||||
children: [
|
children: [
|
||||||
{ // 修改前
|
{ // 修改前
|
||||||
title: this.$t('workCenter.enStandardChange.beforeUpdate'),
|
title: this.$t('workCenter.enStandardChange.beforeUpdate'),
|
||||||
@@ -695,7 +695,7 @@ export default {
|
|||||||
scopedSlots: { customRender: 'text' }
|
scopedSlots: { customRender: 'text' }
|
||||||
},
|
},
|
||||||
{ // 修改意见内容
|
{ // 修改意见内容
|
||||||
title: this.$t('workCenter.enStandardChange.revisedOpinionContent'),
|
title: this.$t('workCenter.standardConsultationProcess.reasonForRevision'),
|
||||||
children: [
|
children: [
|
||||||
{ // 修改前
|
{ // 修改前
|
||||||
title: this.$t('workCenter.enStandardChange.beforeUpdate'),
|
title: this.$t('workCenter.enStandardChange.beforeUpdate'),
|
||||||
|
|||||||
Reference in New Issue
Block a user