| | |
| | | <h1>人事人才</h1> |
| | | </div> |
| | | </el-menu-item> |
| | | <el-menu-item> |
| | | <el-menu-item index="/laborRelations"> |
| | | <div class="showIndex-block"> |
| | | <h1>劳动关系</h1> |
| | | </div> |
New file |
| | |
| | | <template> |
| | | <div class="loborRelations"> |
| | | 劳动关系 |
| | | </div> |
| | | </template> |
| | | |
| | | <script> |
| | | export default { |
| | | name: "LoborRelations" |
| | | } |
| | | </script> |
| | | |
| | | <style scoped> |
| | | |
| | | </style> |
| | |
| | | }, |
| | | { |
| | | path: "/qiyezhigongShebao", |
| | | meta: { title: "企业职工社保" }, |
| | | meta: {title: "企业职工社保"}, |
| | | name: "qiyezhigongShebao", |
| | | component: () => |
| | | import( |
| | | "@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/qiyezhigongShebao.vue" |
| | | ) |
| | | ) |
| | | }, |
| | | { |
| | | path: "/jiguanzhigongShebao", |
| | | meta: { title: "机关职工社保" }, |
| | | meta: {title: "机关职工社保"}, |
| | | name: "jiguanzhigongShebao", |
| | | component: () => |
| | | import( |
| | | "@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/jiguanzhigongShebao.vue" |
| | | ) |
| | | ) |
| | | }, |
| | | { |
| | | path: "/juminYanglaoBaoxian", |
| | | meta: { title: "居民养老保险" }, |
| | | meta: {title: "居民养老保险"}, |
| | | name: "juminYanglaoBaoxian", |
| | | component: () => |
| | | import( |
| | | "@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/juminYanglaoBaoxian.vue" |
| | | ) |
| | | ) |
| | | }, |
| | | { |
| | | path: "/shiyeBaoxian", |
| | | meta: { title: "失业保险" }, |
| | | meta: {title: "失业保险"}, |
| | | name: "shiyeBaoxian", |
| | | component: () => |
| | | import( |
| | | "@/pages/show/shehuiBaozhang/shehuiBaozhangChildren/shiyeBaoxian.vue" |
| | | ) |
| | | ) |
| | | }, |
| | | { |
| | | path: "/gongshangBaoxian", |
| | | meta: { title: "工伤保险" }, |
| | | meta: {title: "工伤保险"}, |
| | | name: "gongshangBaoxian", |
| | | component: () => |
| | | import( |
| | |
| | | }, |
| | | { |
| | | path: "/shebaoZhengjiShouru", |
| | | meta: { title: "社保征集收入明细" }, |
| | | meta: {title: "社保征集收入明细"}, |
| | | name: "shebaoZhengjiShouru", |
| | | component: () => |
| | | import( |
| | |
| | | }, |
| | | { |
| | | path: "/shebaoChikaRenshu", |
| | | meta: { title: "社保卡持卡人数" }, |
| | | meta: {title: "社保卡持卡人数"}, |
| | | name: "shebaoChikaRenshu", |
| | | component: () => |
| | | import( |
| | |
| | | ] |
| | | }, |
| | | { |
| | | path: '/laborRelations', |
| | | meta: {title: "劳动关系"}, |
| | | name: 'LaborRelations', |
| | | component: () => import("@/pages/show/laborRelations/LaborRelations.vue") |
| | | }, |
| | | { |
| | | path: "/otherBusiness", |
| | | component: OtherBusiness, |
| | | meta: {title: "其他业务"}, |