> For the complete documentation index, see [llms.txt](https://docs.yoov.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yoov.com/yoov-work/zh-cn/bu-men-guan-li/bu-men-jia-gou.md).

# 部门架构

## 1. 功能描述

* 系统将根据管理员新增的部门，自动产生组织架构，而部门为使用系统的必须设定项目。 \
  注: 系统支援部门层级最多不能超过7级

## 2. 新增部门

* 操作步骤： \
  ［部门管理］>［部门架构］>［部门管理］>［新增部门］
* 新增部门后请输入相应的资料，基于系统设置每个子部门都需要有上级部门，在**设置第一个部门时需要以公司名为上级部门**。&#x20;
* &#x20;而部门负责人可于后期补加或更改（设置部门负责人有助后期设置审批流程）。
* 填写相应资料后请点选「提交」。

<figure><img src="/files/PxW42N5skUKvAwm2x1Wk" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/PeVxHa0viavHK8YV8oOT" alt=""><figcaption></figcaption></figure>

## 3. 设置部门负责人

* 操作步骤： \
  ［部门管理］>［部门架构］>［部门管理］，找到对应部门名称，点选 「编辑」
* 在「部门详情」 页面，可编辑该部门的相关信息，设置部门负责人，点击 「确定」

<figure><img src="/files/t7mBBHIfuccs1fyJB5So" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/M09a7YKMxeY78ynEZmFF" alt=""><figcaption></figcaption></figure>

## 4. 生成组织架构图

* 设置成功后，管理员才能在部门架构中的架构图看到公司架构。 \
  ［部门管理］>［部门架构］>［架构图］

<figure><img src="/files/Rwj9rk1gSxecQtGuKEE0" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.yoov.com/yoov-work/zh-cn/bu-men-guan-li/bu-men-jia-gou.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
