diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index f3f8736f8..726752690 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -978,6 +978,14 @@ module.exports = { contentTemplate:'Content template', moveUp:'Move up', moveDown:'Move down', + vehicleType:'Vehicle Type', + usage:'Usage', + implementationModel:'Implementation model', + primaryCoverageCn:'Primary coverage (Cn)', + primaryCoverageEn:'Primary coverage (En)', + workProgressCn:'NIO Work progress (Cn)', + workProgressEn:'NIO Work progress (En)', + link:'Link', // 上报库 Enable: 'Enable', Latestupdatetime: 'Latest update time', diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index 99106720c..324304fe9 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -970,19 +970,27 @@ module.exports = { chapterContents: '章节目录', chineseTitle: '中文标题', englishTitle: '英文标题', - regulatoryContact:'法规联系人', - exportStatus:'导出状态', - monthlyTitleTemplate:'月报标题模板', - monthlyIntegrationAndExport:'月报整合导出', - addContent:'新增内容', - editContent:'编辑内容', - viewContent:'查看内容', - monthSelection:'月份选择', - fillInTheMonth:'填写月份', - contentTemplate:'内容模板', - bringInStandardInformation:'带入标准信息', - moveUp:'上移', - moveDown:'下移', + regulatoryContact: '法规联系人', + exportStatus: '导出状态', + monthlyTitleTemplate: '月报标题模板', + monthlyIntegrationAndExport: '月报整合导出', + addContent: '新增内容', + editContent: '编辑内容', + viewContent: '查看内容', + monthSelection: '月份选择', + fillInTheMonth: '填写月份', + contentTemplate: '内容模板', + bringInStandardInformation: '带入标准信息', + moveUp: '上移', + moveDown: '下移', + vehicleType: '适用车型', + usage: '用法', + implementationModel: '实施车型', + primaryCoverageCn: '主要内容(中文)', + primaryCoverageEn: '主要内容(英文)', + workProgressCn: 'NIO工作进展(中文)', + workProgressEn: 'NIO工作进展(英文)', + link: '链接', // 上报库 Enable: '启用', Latestupdatetime: '最新更新时间', diff --git a/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue b/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue index 690562df1..1fb8577ec 100644 --- a/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue +++ b/jero-web/src/views/businessSupport/regulationReport/components/modules/defaultTemplate.vue @@ -5,18 +5,96 @@