diff --git a/jero-web/src/common/lang/en-us.js b/jero-web/src/common/lang/en-us.js index f05ae9e86..bcbef9056 100644 --- a/jero-web/src/common/lang/en-us.js +++ b/jero-web/src/common/lang/en-us.js @@ -1655,8 +1655,6 @@ module.exports = { taskname:'Task name', updatereleasetime:'Update release time', upgradeplanexpirationtime:'Upgrade plan expiration time', - - resultofhandling:'Result of handling', Listoftreatableregulations:'List of treatable regulations', Listofuntractableregulations:'List of untractable regulations', @@ -1671,4 +1669,7 @@ module.exports = { theDeadlineComplianceProcessCannotEmpty:'The deadline for the validation compliance process cannot be empty', theDeadlineForTheDesignCannotBeEmpty:'The deadline for the design compliance process cannot be empty', thePersonResponsibleForDesignCannotBeBlank:'The person responsible for designing the compliance process cannot be empty', + recordmaintenance:'Record maintenance', + module:'module', + } \ 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 5435233a4..67efb250f 100644 --- a/jero-web/src/common/lang/zh-cn.js +++ b/jero-web/src/common/lang/zh-cn.js @@ -1769,5 +1769,6 @@ module.exports = { theDeadlineComplianceProcessCannotEmpty:'验证符合性流程的截止时间不能为空', theDeadlineForTheDesignCannotBeEmpty:'设计符合性流程的截止时间不能为空', thePersonResponsibleForDesignCannotBeBlank:'设计符合性流程的责任人不能为空', - + recordmaintenance:'备案维护', + module:'模块', } \ No newline at end of file diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/beupgradedonline.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/beupgradedonline.vue new file mode 100644 index 000000000..26d9d7611 --- /dev/null +++ b/jero-web/src/views/otamanagement/vehicleinformation/components/beupgradedonline.vue @@ -0,0 +1,359 @@ + + + + + \ No newline at end of file diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/historicalrecord.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/historicalrecord.vue new file mode 100644 index 000000000..be693d27b --- /dev/null +++ b/jero-web/src/views/otamanagement/vehicleinformation/components/historicalrecord.vue @@ -0,0 +1,380 @@ + + + + + \ No newline at end of file diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/other.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/other.vue new file mode 100644 index 000000000..26d9d7611 --- /dev/null +++ b/jero-web/src/views/otamanagement/vehicleinformation/components/other.vue @@ -0,0 +1,359 @@ + + + + + \ No newline at end of file diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/recordparameters.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/recordparameters.vue new file mode 100644 index 000000000..26d9d7611 --- /dev/null +++ b/jero-web/src/views/otamanagement/vehicleinformation/components/recordparameters.vue @@ -0,0 +1,359 @@ + + + + + \ No newline at end of file diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/upgradedonline.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/upgradedonline.vue new file mode 100644 index 000000000..26d9d7611 --- /dev/null +++ b/jero-web/src/views/otamanagement/vehicleinformation/components/upgradedonline.vue @@ -0,0 +1,359 @@ + + + + + \ No newline at end of file diff --git a/jero-web/src/views/otamanagement/vehicleinformation/index.vue b/jero-web/src/views/otamanagement/vehicleinformation/index.vue index 5a89323f0..9f8639d57 100644 --- a/jero-web/src/views/otamanagement/vehicleinformation/index.vue +++ b/jero-web/src/views/otamanagement/vehicleinformation/index.vue @@ -1,17 +1,89 @@