hrm前端一版

This commit is contained in:
2025-12-22 10:57:47 +08:00
parent 6858648b07
commit 40f96069ab
7 changed files with 1784 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<template>
<HrmWorkbench />
</template>
<script>
import HrmWorkbench from '../index.vue'
export default {
name: 'HrmWorkbenchPage',
components: { HrmWorkbench }
}
</script>