From 9ddbc3ebc4f9047e5ad2630d0c9576bfa20d21ce Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Mon, 20 Mar 2023 15:24:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E5=9E=8B=E4=BF=A1=E6=81=AF=E5=B8=83?= =?UTF-8?q?=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/common/lang/en-us.js | 5 +- jero-web/src/common/lang/zh-cn.js | 3 +- .../components/beupgradedonline.vue | 359 +++++++++++++++++ .../components/historicalrecord.vue | 380 ++++++++++++++++++ .../vehicleinformation/components/other.vue | 359 +++++++++++++++++ .../components/recordparameters.vue | 359 +++++++++++++++++ .../components/upgradedonline.vue | 359 +++++++++++++++++ .../vehicleinformation/index.vue | 228 ++++++++++- .../components/maintenance.vue | 10 +- 9 files changed, 2047 insertions(+), 15 deletions(-) create mode 100644 jero-web/src/views/otamanagement/vehicleinformation/components/beupgradedonline.vue create mode 100644 jero-web/src/views/otamanagement/vehicleinformation/components/historicalrecord.vue create mode 100644 jero-web/src/views/otamanagement/vehicleinformation/components/other.vue create mode 100644 jero-web/src/views/otamanagement/vehicleinformation/components/recordparameters.vue create mode 100644 jero-web/src/views/otamanagement/vehicleinformation/components/upgradedonline.vue 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 @@