ソースを参照

Updated Intel

Haobin Luo 2 年 前
コミット
4088fa9960
3 ファイル変更6 行追加6 行削除
  1. 1 1
      src/layout/Aside/index.vue
  2. 3 3
      src/router/index.js
  3. 2 2
      src/views/intelESMProcess/index.vue

+ 1 - 1
src/layout/Aside/index.vue

@@ -28,7 +28,7 @@
           <dv-decoration-7 style="width:200px;height:60px;">雷达成像显控</dv-decoration-7>
         </el-menu-item>
       </el-submenu>
-      <el-menu-item index="/home/intel">
+      <el-menu-item index="/home/intelESMProcess">
         <dv-decoration-11 style="width:200px;height:60px;">情报处理分发</dv-decoration-11>
       </el-menu-item>
       <el-menu-item index="/home/situation">

+ 3 - 3
src/router/index.js

@@ -61,10 +61,10 @@ export const constantRoutes = [ // 配置路由,这里是个数组
                 import ('@/views/sarInvestigation/index')
         },
         {
-            path: 'intel',
-            name: 'intel',
+            path: 'intelESMProcess',
+            name: 'intelESMProcess',
             component: () =>
-                import ('@/views/intelProcess/index')
+                import ('@/views/intelESMProcess/index')
         },
         {
             path: 'situation',

+ 2 - 2
src/views/intelProcess/index.vue → src/views/intelESMProcess/index.vue

@@ -1,7 +1,7 @@
 <template>
   <el-column>
     <!-- <el-row :gutter="20" type="flex" justify="space-around"> -->
-    <el-row :gutter="20">
+    <el-row :gutter="20" style="height: 40%;">
       <el-col :span="12">
         <el-card class="box-card" style="width: 100%">
           <div slot="header" class="clearfix">
@@ -75,7 +75,7 @@
         </el-card>
       </el-col>
     </el-row>
-    <el-row>
+    <el-row style="height: 50%;">
         <el-card class="box-card" style="width: 100%">
           <div slot="header" class="clearfix">
             <span>融合识别结果</span>