部门管理-成员数,用户管理-左侧树

This commit is contained in:
lSun 2025-09-19 16:02:47 +08:00
parent c04f383a33
commit ce34acdeb6
2 changed files with 2 additions and 1 deletions

View File

@ -58,6 +58,7 @@
>
<el-table-column prop="deptName" label="部门名称" width="260"></el-table-column>
<el-table-column prop="orderNum" label="排序" width="200"></el-table-column>
<el-table-column prop="userCount" label="成员数" width="200"></el-table-column>
<el-table-column prop="status" label="状态" width="100">
<template slot-scope="scope">
<dict-tag :options="dict.type.sys_normal_disable" :value="scope.row.status"/>

View File

@ -7,7 +7,7 @@
<el-col>
<!-- 使用新的部门树组件 -->
<dept-tree-with-operations
:dept-options="deptOptions"
:dept-options="enabledDeptOptions"
:default-props="defaultProps"
@node-click="handleNodeClick"
@dept-added="refreshDeptTree"