From 52410ccad159f63fec25e2fc156615836cf4b5cd Mon Sep 17 00:00:00 2001 From: qq787203167 <787203167@qq.com> Date: Wed, 22 Jun 2022 17:59:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=83=E5=B1=80=E6=B3=95=E8=A7=84=E6=9C=88?= =?UTF-8?q?=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 8 + jero-web/src/common/lang/zh-cn.js | 34 +- .../components/modules/defaultTemplate.vue | 389 ++++++++++++++---- .../components/modules/fillAdd.vue | 6 + 4 files changed, 354 insertions(+), 83 deletions(-) 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 @@
{{$t('fillInTheMonth')}} + :title="$t('title')">{{$t('title')}}
- +
-
- {{$t('bringInStandardInformation')}} +
+
+ {{$t('englishTitle')}} +
+ + + +
+ + + + +
+
+ {{$t('technicalField')}} +
+ + + +
+
+ +
+
+ {{$t('vehicleType')}} +
+ + + +
+
+
+ + +
+
+ {{$t('scopeOfApplication')}} +
+ + + +
+
+ +
+
+ {{$t('status')}} +
+ + +
@@ -25,47 +103,160 @@
{{$t('chapterContents')}} + :title="$t('usage')">{{$t('usage')}}
- - - - {{ item.name }} - - - +
- {{$t('contentTemplate')}} + {{$t('implementationModel')}}
- - - - {{ item.name }} - - - + + +
+
+ + + +
+
+ {{$t('releaseDate')}} +
+ + + +
+
+ +
+
+ {{$t('ImplementationDate')}} +
+ + + +
+
+
+ + +
+
+ {{$t('vehicleInProductionDate')}} +
+ + + +
+
+
+ + +
+
+ {{$t('primaryCoverageCn')}} +
+ + + +
+
+
+ + +
+
+ {{$t('primaryCoverageEn')}} +
+ + + +
+
+
+ + +
+
+ {{$t('workProgressCn')}} +
+ + + +
+
+
+ + +
+
+ {{$t('workProgressEn')}} +
+ + + +
+
+
+ + +
+
+ {{$t('regulatoryContact')}} +
+ + + +
+
+
+ + +
+
+ {{$t('link')}} +
+ +
@@ -76,46 +267,104 @@ \ No newline at end of file diff --git a/jero-web/src/views/businessSupport/regulationReport/components/modules/fillAdd.vue b/jero-web/src/views/businessSupport/regulationReport/components/modules/fillAdd.vue index 83c82ca50..bbd18a05a 100644 --- a/jero-web/src/views/businessSupport/regulationReport/components/modules/fillAdd.vue +++ b/jero-web/src/views/businessSupport/regulationReport/components/modules/fillAdd.vue @@ -81,6 +81,7 @@
+
@@ -92,8 +93,13 @@