Pre Merge pull request !211 from AprilWind/dev-bu

This commit is contained in:
AprilWind 2025-06-05 10:28:28 +00:00 committed by Gitee
commit 2a6b6770fe
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
6 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<el-card shadow="hover">
<el-input v-model="deptName" placeholder="请输入部门名称" prefix-icon="Search" clearable />
<el-tree
style="max-height: 600px; overflow-y: auto;"
ref="deptTreeRef"
class="mt-2"
node-key="id"

View File

@ -6,6 +6,7 @@
<el-card shadow="hover">
<el-input v-model="deptName" placeholder="请输入部门名称" prefix-icon="Search" clearable />
<el-tree
style="max-height: 600px; overflow-y: auto;"
ref="deptTreeRef"
class="mt-2"
node-key="id"

View File

@ -6,6 +6,7 @@
<el-card shadow="hover">
<el-input v-model="deptName" placeholder="请输入部门名称" prefix-icon="Search" clearable />
<el-tree
style="max-height: 600px; overflow-y: auto;"
ref="deptTreeRef"
class="mt-2"
node-key="id"

View File

@ -6,6 +6,7 @@
<el-card shadow="hover">
<el-input v-model="categoryName" placeholder="请输入流程分类名" prefix-icon="Search" clearable />
<el-tree
style="max-height: 600px; overflow-y: auto;"
ref="categoryTreeRef"
class="mt-2"
node-key="id"

View File

@ -6,6 +6,7 @@
<el-card shadow="hover">
<el-input v-model="categoryName" placeholder="请输入流程分类名" prefix-icon="Search" clearable />
<el-tree
style="max-height: 600px; overflow-y: auto;"
ref="categoryTreeRef"
class="mt-2"
node-key="id"

View File

@ -6,6 +6,7 @@
<el-card shadow="hover">
<el-input v-model="categoryName" placeholder="请输入流程分类名" prefix-icon="Search" clearable />
<el-tree
style="max-height: 600px; overflow-y: auto;"
ref="categoryTreeRef"
class="mt-2"
node-key="id"