hyf 3 jaren geleden
bovenliggende
commit
d41a4d26f8
2 gewijzigde bestanden met toevoegingen van 2 en 89 verwijderingen
  1. 1 2
      src/layout/components/Navbar.vue
  2. 1 87
      src/router/modules/hhpt.js

+ 1 - 2
src/layout/components/Navbar.vue

@@ -109,8 +109,7 @@ export default {
       sideMenuTabId: 1,
       sideMenus: [],
       sideMenuTabList: [
-        { name: '工作总览', icon: 'el-icon-s-platform', path: '/hos/satisfy/overview', permit: 'hos_health_overview', id: 0 },
-        // { name: '实时监测', icon: 'icon-common_monitoring', path: '/hos/satisfy/panorama', permit: 'hos_health_panorama', id: 1 },
+        { name: '工作总览', icon: 'el-icon-s-platform', path: '/hos/satisfy/overview', permit: 'hos_health_overview', id: 1 },
         { name: '建设规划', icon: 'icon-common_saving', path: '/hos/satisfy/instruction', permit: 'hos_health_instruction', id: 2 },
         { name: '任务动态', icon: 'icon-common_task', path: '/hos/satisfy/task', permit: 'hos_health_task', id: 3 },
         { name: '成果评价', icon: 'icon-common_evaluate', path: '/hos/satisfy/assess', permit: 'hos_health_assess', id: 4 },

+ 1 - 87
src/router/modules/hhpt.js

@@ -6,7 +6,7 @@ const csatRouter = [
     component: Layout,
     name: 'HosHealthOverview',
     redirect: '/hos/health/overview',
-    groupId: [0],
+    groupId: [1],
     children: [
       {
         path: '/hos/health/overview',
@@ -18,92 +18,6 @@ const csatRouter = [
   },
 
   {
-    path: '/hos/health/panorama',
-    component: Layout,
-    name: 'HosHealthPanorama',
-    redirect: '/hos/health/monitor/overview',
-    groupId: [1],
-    children: [
-      {
-        path: '/hos/health/monitor/overview',
-        component: () => import('@/views/hos/panorama'),
-        name: 'hos_health_panorama',
-        meta: { title: '实时监测', noCache: true, icon: 'icon-common_safety', permit: 'hos_health_panorama' }
-      }
-    ]
-  },
-  {
-    path: '/hos/health/data',
-    component: Layout,
-    name: 'HosHealthData',
-    redirect: '/hos/health/data/index',
-    groupId: [1],
-    meta: {
-      title: '监测数据',
-      icon: 'el-icon-s-data',
-      permit: 'hos_customer'
-    },
-    children: [
-      {
-        path: 'customer',
-        component: () => import('@/views/system/customer/customer/index'),
-        name: 'hos_customer',
-        meta: { title: '客户信息', noCache: true, permit: 'hos_customer' }
-      },
-      {
-        path: 'index',
-        component: () => import('@/views/hos/data/index'),
-        name: 'hos_health_data',
-        meta: { title: '反馈数据', noCache: true, permit: 'hos_health_data' }
-      }
-    ]
-  },
-  {
-    path: '/hos/health/statis',
-    component: Layout,
-    name: 'HosHealthStatis',
-    redirect: '/hos/health/statis/year',
-    groupId: [1],
-    meta: {
-      title: '统计分析',
-      icon: 'el-icon-s-data',
-      permit: 'hos_health_statis'
-    },
-    children: [
-      {
-        path: 'year',
-        component: () => import('@/views/hos/statis/year/index'),
-        name: 'hos_health_statis_year',
-        meta: { title: '按年统计', noCache: true, permit: 'hos_health_statis_year' }
-      },
-      {
-        path: 'month',
-        component: () => import('@/views/hos/statis/month/index'),
-        name: 'hos_health_statis_month',
-        meta: { title: '按月统计', noCache: true, permit: 'hos_health_statis_month' }
-      },
-      {
-        path: 'group',
-        component: () => import('@/views/hos/statis/group/index'),
-        name: 'hos_health_statis_group',
-        meta: { title: '按科室统计', noCache: true, permit: 'hos_health_statis_group' }
-      },
-      {
-        path: 'checklist',
-        component: () => import('@/views/hos/statis/checklist/index'),
-        name: 'hos_health_statis_checklist',
-        meta: { title: '按清单统计', noCache: true, permit: 'hos_health_statis_checklist' }
-      },
-      {
-        path: 'target',
-        component: () => import('@/views/hos/statis/target/index'),
-        name: 'hos_health_statis_target',
-        meta: { title: '按目标统计', noCache: true, permit: 'hos_health_statis_target' }
-      }
-    ]
-  },
-
-  {
     path: '/hos/health/story',
     component: Layout,
     name: 'HosHealthStory',