diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index 55df1c4f6..b43dc25a6 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -1671,6 +1671,14 @@ 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', designComplianceReviewAdmin:'Design Compliance Review', missionAccomplished:'Mission Accomplished', diff --git a/jero-web/src/common/lang/zh-cn.js b/jero-web/src/common/lang/zh-cn.js index fdbe640a5..5f037e2fc 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:'模块', designComplianceReviewAdmin:'设计符合性审查', 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 @@