hrm前端一版
This commit is contained in:
11
klp-ui/src/views/hrm/workbench/index.vue
Normal file
11
klp-ui/src/views/hrm/workbench/index.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<HrmWorkbench />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import HrmWorkbench from '../index.vue'
|
||||
export default {
|
||||
name: 'HrmWorkbenchPage',
|
||||
components: { HrmWorkbench }
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user