Kxc0822a
2022-04-11 a434c141da6cf11aab8be6328c7643550bbdaf47
重大
已重命名1个文件
已修改1个文件
已添加1个文件
27 ■■■■ 文件已修改
src/router/index.js 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hiddenDangerRegistration/hiddenDangerList.vue 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hiddenDangerRegistration/index.vue 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/index.js
@@ -187,10 +187,18 @@
                  meta: { title: '重大隐患整改进度', icon: '' }
              },
              {
                  id: 2,
                  parentId: 0,
                  path: '/hiddenDangerRegistration',
                  name: '隐患登记下达',
                  component: () => import('@/views/hiddenDangerRegistration'),
                  meta: { title: '隐患登记下达', icon: '' }
              },
              {
                  path: '/hiddenDangerList',
                  // name: '重大隐患整改进度-发送隐患单',
                  component: () => import('@/views/accidentHidden/hiddenDangerList'),
                  // meta: { title: '重大隐患整改进度-发送隐患单', icon: '' }
                  // name: '隐患登记下达-发送隐患单',
                  component: () => import('@/views/hiddenDangerRegistration/hiddenDangerList'),
                  // meta: { title: '隐患登记下达-发送隐患单', icon: '' }
                  hidden: true
              },
          ]
src/views/hiddenDangerRegistration/hiddenDangerList.vue
src/views/hiddenDangerRegistration/index.vue
对比新文件
@@ -0,0 +1,13 @@
<template>
</template>
<script>
    export default {
        name: "index"
    }
</script>
<style scoped>
</style>