{"ast":null,"code":"import \"core-js/modules/es.array.push.js\";\nimport \"core-js/modules/es.function.name.js\";\nimport \"core-js/modules/es.string.starts-with.js\";\nexport default {\n name: 'EmployeeProcess',\n data: function data() {\n return {\n processSteps: [{\n title: '发布招聘申请',\n url: '/recruitment/apply',\n icon: 'edit-outline',\n description: '点击发起招聘申请'\n }, {\n title: 'HR发布招聘信息',\n url: '/recruitment/publish',\n icon: 'share',\n description: '查看招聘发布详情'\n }, {\n title: '面试流程',\n url: '/interview/process',\n icon: 'chat-dot-round',\n description: '查看面试流程安排'\n }, {\n title: '面试意见流转',\n url: '/interview/feedback',\n icon: 'document',\n description: '查看面试反馈'\n }, {\n title: '入职确认/放弃报到通知单',\n url: '/onboarding/confirm',\n icon: 'finished',\n description: '处理入职确认'\n }, {\n title: '员工入职通知单',\n url: '/onboarding/notice',\n icon: 'message',\n description: '查看入职通知'\n }, {\n title: '新员工入职状况报告调查问卷',\n url: '/onboarding/survey',\n icon: 'notebook-2',\n description: '填写入职调查'\n }]\n };\n },\n methods: {\n handleStepClick: function handleStepClick(url) {\n var _this = this;\n if (url.startsWith('http')) {\n window.open(url, '_blank');\n } else {\n this.$router.push(url)[\"catch\"](function (err) {\n if (err.name !== 'NavigationDuplicated') {\n _this.$message({\n type: 'warning',\n message: '该功能正在开发中'\n });\n }\n });\n }\n }\n }\n};","map":{"version":3,"names":["name","data","processSteps","title","url","icon","description","methods","handleStepClick","_this","startsWith","window","open","$router","push","err","$message","type","message"],"sources":["src/views/EmployeeProcess.vue"],"sourcesContent":["\n\n\n\n "],"mappings":";;;AAuCA;EACAA,IAAA;EACAC,IAAA,WAAAA,KAAA;IACA;MACAC,YAAA,GACA;QACAC,KAAA;QACAC,GAAA;QACAC,IAAA;QACAC,WAAA;MACA,GACA;QACAH,KAAA;QACAC,GAAA;QACAC,IAAA;QACAC,WAAA;MACA,GACA;QACAH,KAAA;QACAC,GAAA;QACAC,IAAA;QACAC,WAAA;MACA,GACA;QACAH,KAAA;QACAC,GAAA;QACAC,IAAA;QACAC,WAAA;MACA,GACA;QACAH,KAAA;QACAC,GAAA;QACAC,IAAA;QACAC,WAAA;MACA,GACA;QACAH,KAAA;QACAC,GAAA;QACAC,IAAA;QACAC,WAAA;MACA,GACA;QACAH,KAAA;QACAC,GAAA;QACAC,IAAA;QACAC,WAAA;MACA;IAEA;EACA;EACAC,OAAA;IACAC,eAAA,WAAAA,gBAAAJ,GAAA;MAAA,IAAAK,KAAA;MACA,IAAAL,GAAA,CAAAM,UAAA;QACAC,MAAA,CAAAC,IAAA,CAAAR,GAAA;MACA;QACA,KAAAS,OAAA,CAAAC,IAAA,CAAAV,GAAA,qBAAAW,GAAA;UACA,IAAAA,GAAA,CAAAf,IAAA;YACAS,KAAA,CAAAO,QAAA;cACAC,IAAA;cACAC,OAAA;YACA;UACA;QACA;MACA;IACA;EACA;AACA","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}