From 43c2f5b94d87263cf189f7ba51c8dc6c5e6144c8 Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期四, 23 十一月 2023 08:52:22 +0800
Subject: [PATCH] 1.修改了雷达图传入的数据 2.数据指标排名一进来按日均值倒序排列 3.修改了一些局部的样式

---
 src/router/index.js |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/src/router/index.js b/src/router/index.js
index dd2b189..4473a9a 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -21,16 +21,16 @@
         {
           path: '/analysis',
           name: 'analysis',
-          meta: { title: '鏁版嵁椋庨櫓鎺掑悕', keepAlive: true },
-          component: () => import('@/views/risk_assessment/DataRiskRank.vue')
+          meta: { title: '鏁版嵁鎸囨爣鎺掑悕', keepAlive: true },
+          component: () => import('@/views/risk_assessment/DataIndexRank.vue')
         },
 
         //  鏁版嵁椋庨櫓鎺掑悕
         {
           path: '/riskrank',
           name: 'riskrank',
-          meta: { title: '缁煎悎椋庨櫓鎺掑悕', keepAlive: true },
-          component: () => import('@/views/risk_assessment/SiteComprehensiveRskRanking.vue')
+          meta: { title: '鏁版嵁椋庨櫓鎺掑悕', keepAlive: true },
+          component: () => import('@/views/risk_assessment/DataRiskRank.vue')
         },
 
         // 椋炶宸℃
@@ -95,7 +95,6 @@
           component: () => import('@/views/risk_assessment/components/SubRiskModel.vue')
         },
 
-
         // 瀹℃牳杈呭姪宓屽叆杩囨浮椤甸潰
         {
           path: '/AuditDetail/:beginTime/:endTime/:exceptionType',
@@ -122,11 +121,11 @@
 
         // 寮傚父璇︽儏宓屽叆
         {
-          path: '/SubFlightInspection',
-          name: 'SubFlightInspection',
+          path: '/CompFlightInspection',
+          name: 'CompFlightInspection',
           meta: { title: '寮傚父璇︽儏宓屽叆' },
-          component: () => import('@/views/exception/components/SubFlightInspection.vue')
-        },
+          component: () => import('@/views/exception/components/CompFlightInspection.vue')
+        }
       ]
     },
 

--
Gitblit v1.9.3