[update] 新法规导入流程增加主管部门和主控部门字段

This commit is contained in:
lideqin
2024-08-14 09:11:46 +08:00
parent 0250a70103
commit 0421697c9b
3 changed files with 55 additions and 1 deletions
+2
View File
@@ -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'
},
+2
View File
@@ -18,6 +18,8 @@ module.exports = {
stageWeAreIn: '所处阶段',
materialDate: '实施日期',
applicableMarket: '适用市场',
competentDepartment: '主管部门',
mainControlDepartment: '主控部门',
ccPerson: '抄送人员',
briefDescription: '法规要求简要描述'
},