feat(hrm): 新增人力资源管理系统功能模块
新增请假、外出、报餐等HRM功能模块及相关组件 添加审批流程管理及待办事项功能 扩展用户信息存储nickName字段 优化部门选择组件及代理配置
This commit is contained in:
17
klp-ui/src/components/KLPService/DeptSelect/index.vue
Normal file
17
klp-ui/src/components/KLPService/DeptSelect/index.vue
Normal file
@@ -0,0 +1,17 @@
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { listDept } from '@/api/wms/hrm/dept'
|
||||
|
||||
export default {
|
||||
name: 'DeptSelect',
|
||||
props: {
|
||||
value: {
|
||||
type: String,
|
||||
default: ''
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user