yuyu
2023-08-17 a4c6f5ee31aa87646f78de2bafb1e91140d24840
src/router/index.js
@@ -194,7 +194,7 @@
        path: 'inspectionApplication',
        name: 'InspectionApplication',
        component: () => import('@/views/experiment/inspectionApplication/index'),
        meta: { title: '检验申请', icon: 'tree' }
        meta: { title: '新增检验', icon: 'tree' }
      },
      {
        path: 'planAssignments',
@@ -327,6 +327,11 @@
        name: 'Personnel',
        component: () => import('@/views/laboratory/personnel/index'),
        meta: { title: '人员管理', icon: 'tree' }
      },{
        path: 'role',
        name: 'Role',
        component: () => import('@/views/laboratory/role/index'),
        meta: { title: '角色管理', icon: 'tree' }
      }
    ]
  },