付延余
2022-04-14 87f03f7568fb31a46ccbc7fac68863d563be42d4
其他业务
2个文件已修改
1个文件已添加
23 ■■■■■ 已修改文件
src/pages/components/showIndexTitle.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/show/laborRelations/LaborRelations.vue 15 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/router.js 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/components/showIndexTitle.vue
@@ -28,7 +28,7 @@
            <h1>人事人才</h1>
          </div>
        </el-menu-item>
        <el-menu-item>
        <el-menu-item index="/laborRelations">
          <div class="showIndex-block">
            <h1>劳动关系</h1>
          </div>
src/pages/show/laborRelations/LaborRelations.vue
New file
@@ -0,0 +1,15 @@
<template>
<div class="loborRelations">
  劳动关系
</div>
</template>
<script>
export default {
  name: "LoborRelations"
}
</script>
<style scoped>
</style>
src/router/router.js
@@ -157,6 +157,12 @@
              )
        }
      ]
    },
    {
      path: '/laborRelations',
      meta: {title: "劳动关系"},
      name: 'LaborRelations',
      component: () => import("@/pages/show/laborRelations/LaborRelations.vue")
    },
    {
      path: "/otherBusiness",