add 会后管理流程

This commit is contained in:
danshihao
2023-11-06 11:13:48 +08:00
parent 0bd5a33841
commit 8686118ee1
7 changed files with 455 additions and 66 deletions
+10
View File
@@ -314,5 +314,15 @@ module.exports = {
contactPerson: '联络人',
content: '内容',
promotionalMaterials: '宣贯材料'
},
// 会后管理流程
postMeetingManageProcess: {
subStandardizationCommitteeName: '分标委名称',
workGroupName: '工作组名称',
standardNumber: '标准编号',
standardName: '标准名称',
meetingName: '会议名称',
attendanceDate: '参会日期',
relevantData: '相关材料'
}
}
+10
View File
@@ -331,5 +331,15 @@ module.exports = {
contactPerson: '联络人',
content: '内容',
promotionalMaterials: '宣贯材料'
},
// 会后管理流程
postMeetingManageProcess: {
subStandardizationCommitteeName: '分标委名称',
workGroupName: '工作组名称',
standardNumber: '标准编号',
standardName: '标准名称',
meetingName: '会议名称',
attendanceDate: '参会日期',
relevantData: '相关材料'
}
}