From d02f13ce1497631fc616199f0fabce2d7bde7bdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Tue, 21 Mar 2023 11:02:06 +0800 Subject: [PATCH 1/4] =?UTF-8?q?OTA=E7=AE=A1=E7=90=86=E5=B7=A5=E5=85=B7-?= =?UTF-8?q?=E8=BD=A6=E5=9E=8B=E5=9F=BA=E6=9C=AC=E4=BF=A1=E6=81=AF-?= =?UTF-8?q?=E5=9C=A8=E7=BA=BF=E5=8D=87=E7=BA=A7=E8=A6=81=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 9 +- jero-web/src/common/lang/zh-cn.js | 8 + .../components/basicInformation.vue | 949 ++++-------------- .../components/safetyPrecautions.vue | 2 +- .../components/upgradeRequirements.vue | 510 +++++----- .../vehicleinformation/index.vue | 14 +- 6 files changed, 463 insertions(+), 1029 deletions(-) diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index bcbef9056..9365f51f5 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -1671,5 +1671,12 @@ module.exports = { thePersonResponsibleForDesignCannotBeBlank:'The person responsible for designing the compliance process cannot be empty', recordmaintenance:'Record maintenance', module:'module', - + selectTheVehicleTemplate:'Select the vehicle template', + theNameOfFirm:'The name of firm', + productClass:'Product class', + communicationTerminal:'Communication terminal (optional)', + otaUpgradeManagementSystem:'OTA upgrade management system', + pleaseStateTheDistribution:'Please describe the integration and distribution of the management system and electronic controller', + next:'Next', + last:'Last', } \ No newline at end of file diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index 67efb250f..88b8c6091 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -1769,6 +1769,14 @@ module.exports = { theDeadlineComplianceProcessCannotEmpty:'验证符合性流程的截止时间不能为空', theDeadlineForTheDesignCannotBeEmpty:'设计符合性流程的截止时间不能为空', thePersonResponsibleForDesignCannotBeBlank:'设计符合性流程的责任人不能为空', + selectTheVehicleTemplate:'选择车型模板', + theNameOfFirm:'企业名称', + productClass:'产品类别', + communicationTerminal:'通信终端(可多选)', + otaUpgradeManagementSystem:'车端OTA升级管理系统', + pleaseStateTheDistribution:'请说明管理系统与电子控制器的集成与分布情况', + next:'下一步', + last:'上一步', recordmaintenance:'备案维护', module:'模块', } \ No newline at end of file diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue index ccc9f6f9e..05f836c76 100644 --- a/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue +++ b/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue @@ -1,698 +1,211 @@ \ No newline at end of file diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/safetyPrecautions.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/safetyPrecautions.vue index 9398cb80a..e76e6451d 100644 --- a/jero-web/src/views/otamanagement/vehicleinformation/components/safetyPrecautions.vue +++ b/jero-web/src/views/otamanagement/vehicleinformation/components/safetyPrecautions.vue @@ -48,7 +48,7 @@ import { ResizeHeader, ResizeColumnProvide } from '@/mixins/header' export default { - name: 'SentList', + name: 'safetyPrecautions', mixins:[ResizeHeader, ResizeColumnProvide], data() { return { diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/upgradeRequirements.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/upgradeRequirements.vue index 26d9d7611..cc548dde6 100644 --- a/jero-web/src/views/otamanagement/vehicleinformation/components/upgradeRequirements.vue +++ b/jero-web/src/views/otamanagement/vehicleinformation/components/upgradeRequirements.vue @@ -1,319 +1,232 @@