fix 80127

This commit is contained in:
赵霄
2024-01-02 10:51:18 +08:00
parent ec2a88a80f
commit 281fb89b25
3 changed files with 15 additions and 5 deletions
+10 -1
View File
@@ -215,7 +215,16 @@ module.exports = {
standardConsultationProcess: {
standardText: '标准文本',
selectText: '选择文本',
selectionStandardFile: '选择标准文件'
selectionStandardFile: '选择标准文件',
relevantDocument: '相关文件',
endDate: '征求意见结束日期',
senderType: '下发人员类型',
moduleOwner: '模块负责人',
designEngineer: '设计工程师',
solicitationList: '征求意见列表',
chapterName: '章节名称',
pleaseSelectCriteriaFirst: '请先选择标准',
reasonForRevision: '修改意见理由(包括理由或依据)'
},
// 企标稽查计划
esInspectionPlan: {
+2 -1
View File
@@ -244,7 +244,8 @@ module.exports = {
designEngineer: '设计工程师',
solicitationList: '征求意见列表',
chapterName: '章节名称',
pleaseSelectCriteriaFirst: '请先选择标准'
pleaseSelectCriteriaFirst: '请先选择标准',
reasonForRevision: '修改意见理由(包括理由或依据)'
},
// 企标稽查计划
esInspectionPlan: {
@@ -477,7 +477,7 @@ export default {
scopedSlots: { customRender: 'text' }
},
{ // 修改意见内容
title: this.$t('workCenter.enStandardChange.revisedOpinionContent'),
title: this.$t('workCenter.standardConsultationProcess.reasonForRevision'),
children: [
{ // 修改前
title: this.$t('workCenter.enStandardChange.beforeUpdate'),
@@ -536,7 +536,7 @@ export default {
scopedSlots: { customRender: 'text' }
},
{ // 修改意见内容
title: this.$t('workCenter.enStandardChange.revisedOpinionContent'),
title: this.$t('workCenter.standardConsultationProcess.reasonForRevision'),
children: [
{ // 修改前
title: this.$t('workCenter.enStandardChange.beforeUpdate'),
@@ -695,7 +695,7 @@ export default {
scopedSlots: { customRender: 'text' }
},
{ // 修改意见内容
title: this.$t('workCenter.enStandardChange.revisedOpinionContent'),
title: this.$t('workCenter.standardConsultationProcess.reasonForRevision'),
children: [
{ // 修改前
title: this.$t('workCenter.enStandardChange.beforeUpdate'),