diff --git a/src/common/lang/workCenter/en.js b/src/common/lang/workCenter/en.js index 56a8566..ce184c8 100644 --- a/src/common/lang/workCenter/en.js +++ b/src/common/lang/workCenter/en.js @@ -18,6 +18,8 @@ module.exports = { stageWeAreIn: 'Regulation Status', materialDate: 'Implementation Date', applicableMarket: 'Applicable Market', + competentDepartment: 'Competent department', + mainControlDepartment: 'Main control department', ccPerson: 'CC Person', briefDescription: 'The statute requires a brief description' }, diff --git a/src/common/lang/workCenter/zh.js b/src/common/lang/workCenter/zh.js index 0d56097..5a02826 100644 --- a/src/common/lang/workCenter/zh.js +++ b/src/common/lang/workCenter/zh.js @@ -18,6 +18,8 @@ module.exports = { stageWeAreIn: '所处阶段', materialDate: '实施日期', applicableMarket: '适用市场', + competentDepartment: '主管部门', + mainControlDepartment: '主控部门', ccPerson: '抄送人员', briefDescription: '法规要求简要描述' }, diff --git a/src/views/workCenter/newRegulationIntroductionProcess/modules/BaseInfoForm.vue b/src/views/workCenter/newRegulationIntroductionProcess/modules/BaseInfoForm.vue index c3dd1eb..95531f0 100644 --- a/src/views/workCenter/newRegulationIntroductionProcess/modules/BaseInfoForm.vue +++ b/src/views/workCenter/newRegulationIntroductionProcess/modules/BaseInfoForm.vue @@ -128,6 +128,36 @@ :placeholder="disabled ? '' : $t('pleaseSelect')+$t('workCenter.newRegulationImportProcess.applicableMarket')" /> + +