From ea1eac487fbabf7ebcbf076635ddc41db99da697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Mon, 20 Mar 2023 11:36:32 +0800 Subject: [PATCH] =?UTF-8?q?OTA=E7=AE=A1=E7=90=86=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/config/router.config.js | 5 +++++ .../{dealtWith.vue => basicInformation.vue} | 0 .../{SentList.vue => safetyPrecautions.vue} | 0 .../{doneList.vue => upgradeRequirements.vue} | 0 .../otamanagement/vehicleinformation/index.vue | 18 +++++++++--------- 5 files changed, 14 insertions(+), 9 deletions(-) rename jero-web/src/views/otamanagement/vehicleinformation/components/{dealtWith.vue => basicInformation.vue} (100%) rename jero-web/src/views/otamanagement/vehicleinformation/components/{SentList.vue => safetyPrecautions.vue} (100%) rename jero-web/src/views/otamanagement/vehicleinformation/components/{doneList.vue => upgradeRequirements.vue} (100%) diff --git a/jero-web/src/config/router.config.js b/jero-web/src/config/router.config.js index 90af5707b..f143de8d3 100644 --- a/jero-web/src/config/router.config.js +++ b/jero-web/src/config/router.config.js @@ -477,6 +477,11 @@ export const constantRouterMap = [ name: 'TaskPlanList', component: () => import(/* webpackChunkName: "user" */ '@/views/projectManagement/projectStatusBoard/components/TaskPlanList') }, + { + path:'/vehicleinformation', + name: 'vehicleinformation', + component: () => import(/* webpackChunkName: "user" */ '@/views/otamanagement/vehicleinformation/index') + }, // { // path: '/', // name: 'index', diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/dealtWith.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue similarity index 100% rename from jero-web/src/views/otamanagement/vehicleinformation/components/dealtWith.vue rename to jero-web/src/views/otamanagement/vehicleinformation/components/basicInformation.vue diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/SentList.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/safetyPrecautions.vue similarity index 100% rename from jero-web/src/views/otamanagement/vehicleinformation/components/SentList.vue rename to jero-web/src/views/otamanagement/vehicleinformation/components/safetyPrecautions.vue diff --git a/jero-web/src/views/otamanagement/vehicleinformation/components/doneList.vue b/jero-web/src/views/otamanagement/vehicleinformation/components/upgradeRequirements.vue similarity index 100% rename from jero-web/src/views/otamanagement/vehicleinformation/components/doneList.vue rename to jero-web/src/views/otamanagement/vehicleinformation/components/upgradeRequirements.vue diff --git a/jero-web/src/views/otamanagement/vehicleinformation/index.vue b/jero-web/src/views/otamanagement/vehicleinformation/index.vue index f9adaddf1..5a89323f0 100644 --- a/jero-web/src/views/otamanagement/vehicleinformation/index.vue +++ b/jero-web/src/views/otamanagement/vehicleinformation/index.vue @@ -2,13 +2,13 @@ - + - + - + @@ -16,16 +16,16 @@