13937891274
2022-05-13 6630a3f80b34d6a8cba5842b27dc7295dcd3bb68
隐患排查清单
已修改1个文件
已添加1个文件
50 ■■■■■ 文件已修改
src/router/index.js 37 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hiddenDangerTroubleshootingList/index.vue 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/index.js
@@ -150,6 +150,43 @@
       ]
      },
    {
        id: 2,
        parentId: 0,
        path: '/hiddenDangerTroubleshootingList',
        component: Layout,
        name: '隐患排查清单',
        meta: { title: '隐患排查清单', icon: 'el-icon-security' },
        hidden: true,
        children: [
            {
                path: '/new',
                // name: '自查清单_新增|修改',
                component: () => import('@/views/safetyproduction/new'),
                meta: { title: '自查清单', icon: 'el-icon-dash', noCache: true, affix: true },
                hidden: true
            },
            {
                //自查清单-去评审
                path: '/gojudging',
                component: () => import('@/views/safetyproduction/gojudging'),
                hidden: true
            },
            {
                //自查清单_评审
                path: '/review',
                component: () => import('@/views/safetyproduction/review'),
                hidden: true
            },
            {
                //自查清单_修改检查项
                path: '/reviewXG',
                component: () => import('@/views/safetyproduction/reviewXG'),
                hidden: true
            },
        ]
    },
     /*   {
            id: 2,
            parentId: 0,
src/views/hiddenDangerTroubleshootingList/index.vue
对比新文件
@@ -0,0 +1,13 @@
<template>
</template>
<script>
export default {
    name: "index"
}
</script>
<style scoped>
</style>